Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/
H A Dzend_accelerator_hash.c74 …pdate(zend_accel_hash *accel_hash, char *key, zend_uint key_length, zend_bool indirect, void *data) in zend_accel_hash_update() argument
84 if (indirect) { in zend_accel_hash_update()
86 while (indirect_bucket->indirect) { in zend_accel_hash_update()
104 if (entry->indirect) { in zend_accel_hash_update()
114 entry->indirect = 1; in zend_accel_hash_update()
130 if (indirect) { in zend_accel_hash_update()
132 entry->indirect = 1; in zend_accel_hash_update()
136 entry->indirect = 0; in zend_accel_hash_update()
169 if (entry->indirect) { in zend_accel_hash_find()
203 if (entry->indirect) { in zend_accel_hash_find_entry()
[all …]
H A Dzend_accelerator_hash.h53 zend_bool indirect; member
71 zend_bool indirect,
H A Dzend_accelerator_module.c525 if (cache_entry->indirect) continue; in accelerator_get_scripts()
/PHP-5.6/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-5.6/tests/classes/
H A Dthis.phpt21 function indirect($other)
44 $object->indirect($other);
/PHP-5.6/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 Dindirect_method_call_003.phpt2 Testing indirect method call
H A Dunset_cv07.phpt2 unset() CV 7 (indirect unset() of global variable in import_request_variables())
H A Dindirect_property_access.phpt2 Testing indirect property access
H A Dunset_cv06.phpt2 unset() CV 6 (indirect unset() of global variable in session_unset())
H A Dbug39297.phpt2 Bug #39297 (Memory corryption because of indirect modification of overloaded array)
H A Dunset_cv05.phpt2 unset() CV 5 (indirect unset() of global variable in session_start())
/PHP-5.6/ext/spl/tests/
H A Darray_026.phpt2 SPL: ArrayObject indirect offsetGet overwriting EG(uninitialized_zvar_ptr)
/PHP-5.6/ext/fileinfo/tests/
H A Dcve-2014-1943.phpt15 ">(1.b) indirect x\n";
H A Dmagic1626 >>(2.S*1) indirect \b, contains[@0x%x]:
1627 >>(2.S*2) indirect \b, contains[@0x%x]:
1628 >>(2.S*3) indirect \b, contains[@0x%x]:
1629 >>(2.S*4) indirect \b, contains[@0x%x]:
1630 >>(2.S*5) indirect \b, contains[@0x%x]:
2975 >(6.I) indirect x \b, contains:
3806 >&(8.L) indirect \b:
6299 >>>>&-512 indirect x \b; contains
6311 >>>>128 indirect x \b; contains
6319 >>&-1 indirect x \b; contains
[all …]
/PHP-5.6/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-5.6/ext/standard/
H A Darray.c3694 Bucket*** indirect; in PHP_FUNCTION() local
3808 indirect = (Bucket ***)safe_emalloc(array_size, sizeof(Bucket **), 0); in PHP_FUNCTION()
3815 indirect[k][i] = p; in PHP_FUNCTION()
3819 indirect[k][num_arrays] = NULL; in PHP_FUNCTION()
3829 hash->pListHead = indirect[0][i];; in PHP_FUNCTION()
3835 hash->pListTail->pListNext = indirect[k][i]; in PHP_FUNCTION()
3837 indirect[k][i]->pListLast = hash->pListTail; in PHP_FUNCTION()
3838 indirect[k][i]->pListNext = NULL; in PHP_FUNCTION()
3839 hash->pListTail = indirect[k][i]; in PHP_FUNCTION()
3848 efree(indirect[i]); in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt19 "control" means (i) the power, direct or indirect, to cause the
158 liable to You for damages, including any direct, indirect, special,
/PHP-5.6/ext/standard/html_tables/mappings/
H A DROMAN.TXT48 # purpose. In no event will Apple be liable for direct, indirect,
/PHP-5.6/Zend/
H A DZEND_CHANGES1114 ${expr} - full indirect reference support for scalar
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch3240 fprintf(stderr, "indirect +offs=%u\n", offset);
/PHP-5.6/
H A DNEWS4747 . Added indirect method call through array. FR #47160. (Felipe)
9603 - Fixed bug #39297 (Memory corruption because of indirect modification of

Completed in 126 milliseconds