Home
last modified time | relevance | path

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

12

/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c7567 if (cache_entry->indirect) continue; in zend_jit_stop_counter_handlers()
/php-src/ext/standard/
H A Darray.c6008 Bucket** indirect; local
6124 indirect[i] = indirects + (i * (num_arrays + 1));
6132 ZVAL_COPY_VALUE(&indirect[k][i].val, zv);
6133 indirect[k][i].h = idx;
6134 indirect[k][i].key = NULL;
6141 indirect[k][i] = *p;
6147 ZVAL_UNDEF(&indirect[k][num_arrays].val);
6148 Z_EXTRA_P(&indirect[k][num_arrays].val) = k;
6165 ZVAL_COPY_VALUE(&hash->arPacked[k], &indirect[k][i].val);
6171 hash->arData[k] = indirect[k][i];
[all …]
/php-src/ext/opcache/
H A Dzend_accelerator_module.c609 if (cache_entry->indirect) continue;
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()
H A Dzend_accelerator_hash.h52 bool indirect; member
71 bool indirect,
/php-src/ext/fileinfo/tests/
H A Dbug77961.phpt10 Warning: finfo_open(): Expected numeric type got `indirect' in %s on line %d
H A Dcve-2014-1943-mb.phpt13 ">(1.b) indirect x\n";
H A Dcve-2014-1943.phpt13 ">(1.b) indirect x\n";
H A Dmagic私はガラスを食べられます651 #>>>&0 indirect x
3409 >&0 indirect x
16035 >>>>512 indirect x
19555 >>14 indirect x
20375 >(4.l) indirect x
22991 >>12 indirect/r x
24869 >>128 indirect x
25683 >>>&0 indirect x
25690 >>>>&0 indirect x
25693 >>>>&0 indirect x
[all …]
H A Dmagic651 #>>>&0 indirect x
3409 >&0 indirect x
16035 >>>>512 indirect x
19555 >>14 indirect x
20375 >(4.l) indirect x
22991 >>12 indirect/r x
24869 >>128 indirect x
25683 >>>&0 indirect x
25690 >>>>&0 indirect x
25693 >>>>&0 indirect x
[all …]
/php-src/
H A D.gdbinit256 printf "indirect: "
/php-src/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-src/ext/dom/lexbor/
H A DLICENSE19 "control" means (i) the power, direct or indirect, to cause the
158 liable to You for damages, including any direct, indirect, special,
/php-src/Zend/
H A Dzend_hash.h1017 #define ZEND_HASH_FOREACH_FROM(_ht, indirect, _from) do { \ argument
1036 if (indirect && Z_TYPE_P(_z) == IS_INDIRECT) { \
1043 #define ZEND_HASH_FOREACH(_ht, indirect) ZEND_HASH_FOREACH_FROM(_ht, indirect, 0) argument
1045 #define ZEND_HASH_REVERSE_FOREACH(_ht, indirect) do { \ argument
1065 if (indirect && Z_TYPE_P(_z) == IS_INDIRECT) { \
1234 #define ZEND_HASH_MAP_FOREACH_FROM(_ht, indirect, _from) do { \ argument
1241 if (indirect && Z_TYPE_P(_z) == IS_INDIRECT) { \
1246 #define ZEND_HASH_MAP_FOREACH(_ht, indirect) ZEND_HASH_MAP_FOREACH_FROM(_ht, indirect, 0) argument
1248 #define ZEND_HASH_MAP_REVERSE_FOREACH(_ht, indirect) do { \ argument
1257 if (indirect && Z_TYPE_P(_z) == IS_INDIRECT) { \
/php-src/Zend/tests/readonly_props/
H A Dreadonly_clone_error5.phpt2 Readonly property clone indirect variation for JIT
/php-src/ext/spl/tests/
H A Darray_026.phpt2 SPL: ArrayObject indirect offsetGet overwriting EG(uninitialized_zvar_ptr)
H A DSplFixedArray_indirect_modification.phpt2 SplFixedArray indirect modification notice
/php-src/tests/classes/
H A Dthis.phpt19 function indirect($other)
42 $object->indirect($other);
/php-src/ext/standard/tests/mail/
H A Dbug69115.phpt2 Bug #69115 crash in mail (plus indirect pcre test)
/php-src/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-src/ext/standard/libavifinfo/
H A DPATENTS63 2.2. Control. "Control" means direct or indirect control of more than 50% of
/php-src/ext/standard/html_tables/mappings/
H A DROMAN.TXT48 # purpose. In no event will Apple be liable for direct, indirect,
/php-src/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt50 # purpose. In no event will Apple be liable for direct, indirect,
/php-src/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 237 milliseconds

12