Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/opcache/
H A Dzend_accelerator_hash.c74 …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 Dzend_accelerator_hash.h53 zend_bool indirect; member
71 zend_bool indirect,
/PHP-7.1/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.1/ext/fileinfo/tests/
H A Dcve-2014-1943-mb.phpt15 ">(1.b) indirect x\n";
37 Warning: finfo_file(): Failed identify data 0:indirect recursion nesting (%d) exceeded in %s on lin…
H A Dcve-2014-1943.phpt15 ">(1.b) indirect x\n";
37 Warning: finfo_file(): Failed identify data 0:indirect recursion nesting (%d) exceeded in %s on lin…
H A Dcve-2014-1943私はガラスを食べられます.magic2 >(1.b) indirect x
/PHP-7.1/tests/classes/
H A Dthis.phpt21 function indirect($other)
44 $object->indirect($other);
/PHP-7.1/Zend/tests/
H A Dunset_cv12.phpt2 unset() CV 12 (unset() in indirect called function)
H A Dtemporary_cleaning_006.phpt2 Exception after separation during indirect write to fcall result
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 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)
H A Dunset_cv05.phpt2 unset() CV 5 (indirect unset() of global variable in session_start())
/PHP-7.1/ext/spl/tests/
H A Darray_026.phpt2 SPL: ArrayObject indirect offsetGet overwriting EG(uninitialized_zvar_ptr)
/PHP-7.1/ext/standard/tests/mail/
H A Dbug69115.phpt2 Bug #69115 crash in mail (plus indirect pcre test)
/PHP-7.1/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.1/Zend/
H A Dzend_hash.h797 #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 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-7.1/ext/standard/
H A Darray.c4850 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);

Completed in 67 milliseconds

12