Home
last modified time | relevance | path

Searched refs:indirect (Results 1 – 25 of 34) sorted by relevance

12

/PHP-7.4/ext/opcache/
H A Dzend_accelerator_hash.c74 …(zend_accel_hash *accel_hash, const char *key, uint32_t key_length, zend_bool indirect, void *data) in zend_accel_hash_update() argument
81 if (indirect) { in zend_accel_hash_update()
83 while (indirect_bucket->indirect) { in zend_accel_hash_update()
101 if (entry->indirect) { in zend_accel_hash_update()
111 entry->indirect = 1; in zend_accel_hash_update()
127 if (indirect) { in zend_accel_hash_update()
129 entry->indirect = 1; in zend_accel_hash_update()
133 entry->indirect = 0; in zend_accel_hash_update()
158 if (entry->indirect) { in zend_accel_hash_find_ex()
246 if (!entry->indirect) { in zend_accel_hash_unlink()
H A Dzend_accelerator_hash.h53 zend_bool indirect; member
71 zend_bool indirect,
/PHP-7.4/ext/standard/tests/array/
H A Dprev_error2.phpt2 prev - ensure warning is received when passing an indirect temporary.
20 echo "\n-- Passing an indirect temporary variable --\n";
25 -- Passing an indirect temporary variable --
H A Darray_next_error1.phpt2 next - ensure warning is received when passing an indirect temporary.
/PHP-7.4/ext/fileinfo/tests/
H A Dcve-2014-1943私はガラスを食べられます.magic2 >(1.b) indirect x
H A Dcve-2014-1943-mb.phpt15 ">(1.b) indirect x\n";
37 Warning: finfo_file(): Failed identify data 0:indirect count (%d) exceeded in %s on line %d
H A Dcve-2014-1943.phpt15 ">(1.b) indirect x\n";
37 Warning: finfo_file(): Failed identify data 0:indirect count (%d) exceeded in %s on line %d
H A Dbug77961.phpt12 Notice: finfo_open(): Warning: Expected numeric type got `indirect' in %s on line %d
H A Dbug77961.magic11 >(8.L) indirect 8 \b:
/PHP-7.4/tests/classes/
H A Dthis.phpt19 function indirect($other)
42 $object->indirect($other);
/PHP-7.4/Zend/tests/
H A Dunset_cv12.phpt2 unset() CV 12 (unset() in indirect called function)
H A Dindirect_method_call_001.phpt2 Testing indirect method call and exceptions
H A Dtemporary_cleaning_006.phpt2 Exception after separation during indirect write to fcall result
H A Dindirect_method_call_003.phpt2 Testing indirect method call
H A Dbug78151.phpt2 Bug #78151 Segfault caused by indirect expressions in PHP 7.4a1
H A Dindirect_property_access.phpt2 Testing indirect property access
H A Dunset_cv05.phpt2 unset() CV 5 (indirect unset() of global variable in session_start())
H A Dunset_cv06.phpt2 unset() CV 6 (indirect unset() of global variable in session_unset())
H A DArrayAccess_indirect_append.phpt2 Using indirect append on ArrayAccess object
H A Dbug69989_3.phpt22 // Symtable indirect
H A Dbug39297.phpt2 Bug #39297 (Memory corryption because of indirect modification of overloaded array)
/PHP-7.4/ext/standard/tests/mail/
H A Dbug69115.phpt2 Bug #69115 crash in mail (plus indirect pcre test)
/PHP-7.4/ext/spl/tests/
H A Darray_026.phpt2 SPL: ArrayObject indirect offsetGet overwriting EG(uninitialized_zvar_ptr)
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_016.phpt4 this is an indirect test for bug 60591, since mem leak is reproted in the server side
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_083.phpt53 $ref["baz"][] = "bar"; // indirect assign

Completed in 30 milliseconds

12