Home
last modified time | relevance | path

Searched refs:indirect (Results 1 – 25 of 34) sorted by last modified time

12

/PHP-7.4/
H A DNEWS219 . Fixed bug #81163 (incorrect handling of indirect vars in __sleep).
1346 . Fixed bug #78151 (Segfault caused by indirect expressions in PHP 7.4a1).
H A D.gdbinit259 printf "indirect: "
/PHP-7.4/ext/standard/
H A Darray.c5670 Bucket** indirect; local
5783 indirect = (Bucket **)safe_emalloc(array_size, sizeof(Bucket *), 0);
5785 indirect[i] = (Bucket *)safe_emalloc((num_arrays + 1), sizeof(Bucket), 0);
5792 indirect[k][i] = *p;
5797 ZVAL_UNDEF(&indirect[k][num_arrays].val);
5801 …zend_sort(indirect, array_size, sizeof(Bucket *), php_multisort_compare, (swap_func_t)array_bucket…
5813 hash->arData[k] = indirect[k][i];
5830 efree(indirect[i]);
5832 efree(indirect);
/PHP-7.4/ext/fileinfo/tests/
H A Dbug77961.magic11 >(8.L) indirect 8 \b:
H A Dbug77961.phpt12 Notice: finfo_open(): Warning: Expected numeric type got `indirect' in %s on line %d
H A Dmagic私はガラスを食べられます466 #>>>&0 indirect x
4845 >>>>>>&-4 indirect x
6882 >(4.l+8) indirect x
13228 >>>>512 indirect x
17525 >>12 indirect/r x
17567 >>>10 indirect/r x
18888 >>128 indirect x
18897 >>>&-8 indirect x
19362 #>>>>&0 indirect x \b
27662 >(0x80.L) indirect x
[all …]
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 Dcve-2014-1943私はガラスを食べられます.magic2 >(1.b) indirect x
H A Dmagic466 #>>>&0 indirect x
4845 >>>>>>&-4 indirect x
6882 >(4.l+8) indirect x
13228 >>>>512 indirect x
17525 >>12 indirect/r x
17567 >>>10 indirect/r x
18888 >>128 indirect x
18897 >>>&-8 indirect x
19362 #>>>>&0 indirect x \b
27662 >(0x80.L) indirect x
[all …]
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c551 if (cache_entry->indirect) continue;
H A Dzend_accelerator_hash.h53 zend_bool indirect; member
71 zend_bool indirect,
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()
/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/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/Zend/
H A Dzend_hash.h915 #define ZEND_HASH_FOREACH(_ht, indirect) do { \ argument
921 if (indirect && Z_TYPE_P(_z) == IS_INDIRECT) { \
926 #define ZEND_HASH_REVERSE_FOREACH(_ht, indirect) do { \ argument
934 if (indirect && Z_TYPE_P(_z) == IS_INDIRECT) { \
/PHP-7.4/Zend/tests/
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 Dunset_cv12.phpt2 unset() CV 12 (unset() in indirect called function)
/PHP-7.4/tests/classes/
H A Dthis.phpt19 function indirect($other)
42 $object->indirect($other);
/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/standard/html_tables/mappings/
H A DROMAN.TXT48 # purpose. In no event will Apple be liable for direct, indirect,
/PHP-7.4/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,

Completed in 141 milliseconds

12