Home
last modified time | relevance | path

Searched refs:vars (Results 201 – 225 of 246) sorted by relevance

12345678910

/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_decrypt_variation4.phpt20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dmcrypt_encrypt_variation4.phpt20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dmcrypt_decrypt_variation5.phpt20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dmcrypt_cbc_variation1.phpt20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dmcrypt_encrypt_variation5.phpt20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt89 /* unset/undefined vars */
/PHP-5.5/ext/ereg/tests/
H A Dspliti_variation_001.phpt11 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dsplit_variation_001.phpt11 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file_variation4.phpt16 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dfile_put_contents_variation3.phpt16 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dfile_variation4.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dfile_get_contents_variation4.phpt16 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dmkdir_variation4.phpt16 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dpclose_variation1.phpt16 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dreadfile_variation4.phpt16 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Drmdir_variation2.phpt16 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Drename_variation10.phpt16 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dunlink_variation7.phpt16 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dfopen_variation4.phpt16 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation1.phpt20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dgzopen_variation2.phpt20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.5/Zend/
H A Dzend_compile.c301 if (op_array->vars[i].name == name || in lookup_cv()
302 (op_array->vars[i].hash_value == hash_value && in lookup_cv()
303 op_array->vars[i].name_len == name_len && in lookup_cv()
304 memcmp(op_array->vars[i].name, name, name_len) == 0)) { in lookup_cv()
314 op_array->vars = erealloc(op_array->vars, CG(context).vars_size * sizeof(zend_compiled_variable)); in lookup_cv()
317 op_array->vars[i].name_len = name_len; in lookup_cv()
318 op_array->vars[i].hash_value = hash_value; in lookup_cv()
739 …STRINGL(opline.op1, estrdup(CG(active_op_array)->vars[result->u.op.var].name), CG(active_op_array)… in zend_do_fetch_static_member()
944 CG(active_op_array)->vars[value->u.op.var].name, in zend_do_assign()
6908 *name_len = op_array->vars[var].name_len; in zend_get_compiled_variable_name()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_multisort_variation1.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Darray_multisort_variation2.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Darray_multisort_variation3.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {

Completed in 49 milliseconds

12345678910