Home
last modified time | relevance | path

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

12

/PHP-8.1/
H A DNEWS960 . Added indirect call reduction for jit on x86 architectures. (wxue1)
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_module.c555 if (cache_entry->indirect) continue;
H A Dzend_accelerator_hash.h52 bool indirect; member
69 bool indirect,
H A Dzend_accelerator_hash.c74 …y* zend_accel_hash_update(zend_accel_hash *accel_hash, zend_string *key, 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()
100 if (entry->indirect) { in zend_accel_hash_update()
110 entry->indirect = 1; in zend_accel_hash_update()
126 if (indirect) { in zend_accel_hash_update()
128 entry->indirect = 1; in zend_accel_hash_update()
132 entry->indirect = 0; in zend_accel_hash_update()
157 if (entry->indirect) { in zend_accel_hash_find_ex()
208 if (!entry->indirect) { in zend_accel_hash_unlink()
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます574 #>>>&0 indirect x
14534 >>>>512 indirect x
17591 >>14 indirect x
19770 >>12 indirect/r x
19812 >>>10 indirect/r x
21415 >>128 indirect x
21424 >>>&-8 indirect x
22196 >>>&0 indirect x
22203 >>>>&0 indirect x
22206 >>>>&0 indirect x
[all …]
H A Dmagic574 #>>>&0 indirect x
14534 >>>>512 indirect x
17591 >>14 indirect x
19770 >>12 indirect/r x
19812 >>>10 indirect/r x
21415 >>128 indirect x
21424 >>>&-8 indirect x
22196 >>>&0 indirect x
22203 >>>>&0 indirect x
22206 >>>>&0 indirect x
[all …]
H A Dbug77961.magic11 >(8.L) indirect 8 \b:
H A Dbug77961.phpt10 Warning: finfo_open(): Expected numeric type got `indirect' in %s on line %d
H A Dcve-2014-1943私はガラスを食べられます.magic2 >(1.b) indirect x
/PHP-8.1/ext/standard/
H A Darray.c5468 Bucket** indirect; local
5581 indirect = (Bucket **)safe_emalloc(array_size, sizeof(Bucket *), 0);
5583 indirect[i] = (Bucket *)safe_emalloc((num_arrays + 1), sizeof(Bucket), 0);
5590 indirect[k][i] = *p;
5595 ZVAL_UNDEF(&indirect[k][num_arrays].val);
5596 Z_EXTRA_P(&indirect[k][num_arrays].val) = k;
5600 …zend_sort(indirect, array_size, sizeof(Bucket *), php_multisort_compare, (swap_func_t)array_bucket…
5615 hash->arData[k] = indirect[k][i];
5633 efree(indirect[i]);
5635 efree(indirect);
/PHP-8.1/Zend/
H A Dzend_hash.h961 #define ZEND_HASH_FOREACH_FROM(_ht, indirect, _from) do { \ argument
967 if (indirect && Z_TYPE_P(_z) == IS_INDIRECT) { \
972 #define ZEND_HASH_FOREACH(_ht, indirect) ZEND_HASH_FOREACH_FROM(_ht, indirect, 0) argument
974 #define ZEND_HASH_REVERSE_FOREACH(_ht, indirect) do { \ argument
982 if (indirect && Z_TYPE_P(_z) == IS_INDIRECT) { \
/PHP-8.1/Zend/tests/
H A Dstr_offset_008.phpt2 string offset 008 indirect string modification by error handler
H A Dstr_offset_006.phpt2 string offset 006 indirect string modification by error handler
H A Dstr_offset_007.phpt2 string offset 007 indirect string modification by error handler
H A Dstr_offset_005.phpt2 string offset 005 indirect string modification by error handler
/PHP-8.1/tests/classes/
H A Dthis.phpt19 function indirect($other)
42 $object->indirect($other);
/PHP-8.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-8.1/ext/standard/tests/mail/
H A Dbug69115.phpt2 Bug #69115 crash in mail (plus indirect pcre test)
/PHP-8.1/ext/standard/tests/array/
H A Dprev_error2.phpt2 prev - ensure warning is received when passing an indirect temporary.
15 echo "\n-- Passing an indirect temporary variable --\n";
20 -- Passing an indirect temporary variable --
H A Darray_next_error1.phpt2 next - ensure warning is received when passing an indirect temporary.
/PHP-8.1/ext/standard/html_tables/mappings/
H A DROMAN.TXT48 # purpose. In no event will Apple be liable for direct, indirect,
/PHP-8.1/ext/spl/tests/
H A DSplFixedArray_indirect_modification.phpt2 SplFixedArray indirect modification notice
H A Darray_026.phpt2 SPL: ArrayObject indirect offsetGet overwriting EG(uninitialized_zvar_ptr)
/PHP-8.1/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt50 # purpose. In no event will Apple be liable for direct, indirect,
/PHP-8.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,

Completed in 202 milliseconds

12