/PHP-7.1/ext/opcache/ |
H A D | zend_accelerator_hash.c | 74 …update(zend_accel_hash *accel_hash, 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 D | zend_accelerator_hash.h | 53 zend_bool indirect; member 71 zend_bool indirect,
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | prev_error2.phpt | 2 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 D | array_next_error1.phpt | 2 next - ensure warning is received when passing an indirect temporary.
|
/PHP-7.1/ext/fileinfo/tests/ |
H A D | cve-2014-1943-mb.phpt | 15 ">(1.b) indirect x\n"; 37 Warning: finfo_file(): Failed identify data 0:indirect recursion nesting (%d) exceeded in %s on lin…
|
H A D | cve-2014-1943.phpt | 15 ">(1.b) indirect x\n"; 37 Warning: finfo_file(): Failed identify data 0:indirect recursion nesting (%d) exceeded in %s on lin…
|
H A D | cve-2014-1943私はガラスを食べられます.magic | 2 >(1.b) indirect x
|
/PHP-7.1/tests/classes/ |
H A D | this.phpt | 21 function indirect($other) 44 $object->indirect($other);
|
/PHP-7.1/Zend/tests/ |
H A D | unset_cv12.phpt | 2 unset() CV 12 (unset() in indirect called function)
|
H A D | temporary_cleaning_006.phpt | 2 Exception after separation during indirect write to fcall result
|
H A D | indirect_method_call_001.phpt | 2 Testing indirect method call and exceptions
|
H A D | indirect_method_call_003.phpt | 2 Testing indirect method call
|
H A D | unset_cv07.phpt | 2 unset() CV 7 (indirect unset() of global variable in import_request_variables())
|
H A D | indirect_property_access.phpt | 2 Testing indirect property access
|
H A D | unset_cv06.phpt | 2 unset() CV 6 (indirect unset() of global variable in session_unset())
|
H A D | ArrayAccess_indirect_append.phpt | 2 Using indirect append on ArrayAccess object
|
H A D | bug69989_3.phpt | 22 // Symtable indirect
|
H A D | bug39297.phpt | 2 Bug #39297 (Memory corryption because of indirect modification of overloaded array)
|
H A D | unset_cv05.phpt | 2 unset() CV 5 (indirect unset() of global variable in session_start())
|
/PHP-7.1/ext/spl/tests/ |
H A D | array_026.phpt | 2 SPL: ArrayObject indirect offsetGet overwriting EG(uninitialized_zvar_ptr)
|
/PHP-7.1/ext/standard/tests/mail/ |
H A D | bug69115.phpt | 2 Bug #69115 crash in mail (plus indirect pcre test)
|
/PHP-7.1/sapi/cli/tests/ |
H A D | php_cli_server_016.phpt | 4 this is an indirect test for bug 60591, since mem leak is reproted in the server side
|
/PHP-7.1/Zend/ |
H A D | zend_hash.h | 797 #define ZEND_HASH_FOREACH(_ht, indirect) do { \ argument 802 if (indirect && Z_TYPE_P(_z) == IS_INDIRECT) { \ 807 #define ZEND_HASH_REVERSE_FOREACH(_ht, indirect) do { \ argument 812 if (indirect && Z_TYPE_P(_z) == IS_INDIRECT) { \
|
/PHP-7.1/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 19 "control" means (i) the power, direct or indirect, to cause the 158 liable to You for damages, including any direct, indirect, special,
|
/PHP-7.1/ext/standard/ |
H A D | array.c | 4850 Bucket** indirect; local 4964 indirect = (Bucket **)safe_emalloc(array_size, sizeof(Bucket *), 0); 4966 indirect[i] = (Bucket *)safe_emalloc((num_arrays + 1), sizeof(Bucket), 0); 4973 indirect[k][i] = *p; 4978 ZVAL_UNDEF(&indirect[k][num_arrays].val); 4982 …zend_sort(indirect, array_size, sizeof(Bucket *), php_multisort_compare, (swap_func_t)array_bucket… 4994 hash->arData[k] = indirect[k][i]; 5011 efree(indirect[i]); 5013 efree(indirect);
|