Home
last modified time | relevance | path

Searched refs:vars (Results 51 – 75 of 246) sorted by relevance

12345678910

/PHP-5.5/ext/zlib/tests/
H A Dgzfile_variation13.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dgzfile_variation6.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dreadgzfile_variation13.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dreadgzfile_variation6.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.5/ext/pdo_odbc/tests/
H A Dcommon.phpt20 // try loading PDO driver using ENV vars and if none given, and on Windows, try using MS Access
23 // try to use common PDO env vars, instead of PDO_ODBC specific
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_uassoc_variation14.phpt22 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Darray_intersect_uassoc_variation11.phpt17 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Darray_intersect_ukey_variation10.phpt18 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Darray_unshift_object.phpt69 $vars = array(
79 foreach($vars as $var) {
H A Darray_unshift_variation7.phpt22 $vars = array (
32 foreach($vars as $var) {
H A Darray_diff_ukey_variation11.phpt18 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
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) {
/PHP-5.5/ext/posix/tests/
H A Dposix_seteuid_error2.phpt19 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dposix_setgid_variation6.phpt19 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dposix_setuid_error2.phpt19 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dposix_ttyname_variation6.phpt21 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
H A Diconv_strrpos.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
/PHP-5.5/ext/opcache/
H A Dzend_persist.c410 if (op_array->vars) {
411 if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->vars))) {
412 op_array->vars = (zend_compiled_variable*)persist_ptr;
415 zend_accel_store(op_array->vars, sizeof(zend_compiled_variable) * op_array->last_var);
417 zend_accel_store_interned_string(op_array->vars[i].name, op_array->vars[i].name_len + 1);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dproc_nice_variation6.phpt20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.5/tests/classes/
H A Dtostring_004.phpt5 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.5/ext/spl/tests/
H A Diterator_042.phpt6 function test_error_handler($errno, $msg, $filename, $linenum, $vars)
/PHP-5.5/
H A DREADME.TESTING283 vars that are used for CGI emulation, or simply to set env vars
100 $this->conf all server-tests configuration vars
/PHP-5.5/Zend/
H A Dzend_opcode.c69 op_array->vars = NULL; in init_op_array()
375 if (op_array->vars) { in destroy_op_array()
379 str_efree(op_array->vars[i].name); in destroy_op_array()
381 efree(op_array->vars); in destroy_op_array()
738 …op_array->vars = (zend_compiled_variable *) erealloc(op_array->vars, sizeof(zend_compiled_variable… in pass_two()

Completed in 111 milliseconds

12345678910