Home
last modified time | relevance | path

Searched refs:indirect (Results 26 – 41 of 41) sorted by relevance

12

/PHP-8.1/Zend/tests/
H A Dbug69989_3.phpt22 // Symtable indirect
H A Dbug39297.phpt2 Bug #39297 (Memory corryption because of indirect modification of overloaded array)
/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/fileinfo/tests/
H A Dbug77961.magic11 >(8.L) indirect 8 \b:
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 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 …]
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_083.phpt53 $ref["baz"][] = "bar"; // indirect assign
/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/asm/
H A Djump_x86_64_ms_pe_masm.asm202 ; indirect jump to context
/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,
/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/
H A D.gdbinit256 printf "indirect: "
H A DNEWS984 . 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;
/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/mbstring/tests/data/
H A DMacJapanese-SJIS.txt50 # purpose. In no event will Apple be liable for direct, indirect,

Completed in 245 milliseconds

12