Home
last modified time | relevance | path

Searched refs:vars (Results 76 – 100 of 227) sorted by relevance

12345678910

/PHP-7.0/ext/standard/tests/array/
H A Darray_multisort_variation8.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Darray_unshift_variation8.phpt22 $vars = array (
32 foreach($vars as $var) {
H A Darray_unshift_variation9.phpt61 $vars = array(
72 foreach($vars as $var) {
H A Darray_unshift_variation2.phpt40 $vars = array(
94 // loop through each element of $vars to check the functionality of array_unshift()
96 foreach($vars as $var) {
H A Darsort_object2.phpt2 …arsort() function : object functionality - sorting objects with diff. accessibility of member vars
/PHP-7.0/ext/opcache/
H A Dzend_file_cache.c377 SERIALIZE_PTR(op_array->vars); in zend_file_cache_serialize_op_array()
478 if (op_array->vars) { in zend_file_cache_serialize_op_array()
481 SERIALIZE_PTR(op_array->vars); in zend_file_cache_serialize_op_array()
482 p = op_array->vars; in zend_file_cache_serialize_op_array()
955 UNSERIALIZE_PTR(op_array->vars); in zend_file_cache_unserialize_op_array()
1048 if (op_array->vars) { in zend_file_cache_unserialize_op_array()
1051 UNSERIALIZE_PTR(op_array->vars); in zend_file_cache_unserialize_op_array()
1052 p = op_array->vars; in zend_file_cache_unserialize_op_array()
H A Dzend_persist.c660 if (op_array->vars) { in zend_persist_op_array_ex()
662 persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->vars); in zend_persist_op_array_ex()
664 op_array->vars = (zend_string**)persist_ptr; in zend_persist_op_array_ex()
667 zend_accel_store(op_array->vars, sizeof(zend_string*) * op_array->last_var); in zend_persist_op_array_ex()
669 zend_accel_store_interned_string(op_array->vars[i]); in zend_persist_op_array_ex()
/PHP-7.0/ext/snmp/tests/
H A DREADME10 You need to give credentials with environment vars if default ones are not
/PHP-7.0/ext/standard/tests/file/
H A Dmkdir_variation1-win32.phpt21 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dmkdir_variation1.phpt21 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Drmdir_variation1.phpt21 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Drmdir_variation1-win32.phpt21 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dfile_put_contents_variation2.phpt16 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dbasename_variation3.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Ddirname_variation1.phpt16 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-7.0/ext/standard/tests/class_object/
H A Dget_class_methods_variation_001.phpt12 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dis_subclass_of_variation_001.phpt15 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dget_parent_class_variation_002.phpt15 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dmethod_exists_variation_001.phpt15 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dis_subclass_of_variation_004.phpt15 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-7.0/Zend/
H A Dzend_execute_API.c1510 zend_string **str = ex->func->op_array.vars; in zend_rebuild_symbol_table()
1532 zend_string **str = op_array->vars; in zend_attach_symbol_table()
1566 zend_string **str = op_array->vars; in zend_detach_symbol_table()
1598 zend_string **str = op_array->vars; in zend_set_local_var()
1605 zval *var = EX_VAR_NUM(str - op_array->vars); in zend_set_local_var()
1639 zend_string **str = op_array->vars; in zend_set_local_var_str()
1646 zval *var = EX_VAR_NUM(str - op_array->vars); in zend_set_local_var_str()
/PHP-7.0/ext/iconv/tests/
H A Diconv_mime_decode.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
/PHP-7.0/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt17 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_opcode.c45 zend_string *var = ops->vars[EX_VAR_TO_NUM(op->var)]; in phpdbg_decode_op()
/PHP-7.0/ext/standard/tests/url/
H A Dbase64_encode_variation_001.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {

Completed in 57 milliseconds

12345678910