Home
last modified time | relevance | path

Searched refs:store (Results 1 – 25 of 90) sorted by relevance

1234

/php-src/Zend/tests/
H A Dlist_keyed_evaluation_order_nested.phpt26 $store = new Indexable([]);
50 (string)$a => $store["B"],
51 (string)$c => list($store["D"], $store["E"]),
53 (string)$g => $store["H"],
54 (string)$i => $store["J"]
H A Dlist_keyed_evaluation_order.phpt13 $store = new Indexable([]);
25 list((string)$a => $store["B"], (string)$c => $store["D"]) = $e->getIndexable();
/php-src/ext/zip/tests/
H A Dcompression_methods.phpt12 'store' => ZipArchive::CM_STORE,
28 store: bool(true)
/php-src/Zend/asm/
H A Djump_arm_aapcs_macho_gas.S66 @ store RSP (pointing to context-data) in A1
81 @ store SjLj handler in TLS
H A Dmake_arm64_aapcs_pe_armasm.asm83 ; store address as x19 for trampoline
85 ; store trampoline address as pc
H A Dmake_ppc32_sysv_macho_gas.S92 ; store as trampoline's R31
H A Dmake_arm64_aapcs_macho_gas.S66 ; store address as a PC to jump in
H A Dmake_arm64_aapcs_elf_gas.S67 # store address as a PC to jump in
/php-src/ext/opcache/tests/jit/
H A Dreg_alloc_017.phpt2 Register Alloction 017: Missing store
H A Dqm_assign_003.phpt2 JIT QM_ASSIGN: 003 missing type store
H A Dreg_alloc_011.phpt2 Register Alloction 011: Missed type store
H A Dreg_alloc_012.phpt2 Register Alloction 012: Missed type store
H A Dreg_alloc_016.phpt2 Register Alloction 016: Missing type store
H A Dreg_alloc_010.phpt2 Register Alloction 010: Missed store
H A Dreg_alloc_015.phpt2 Register Alloction 015: Missing store
H A Dqm_assign_004.phpt2 JIT QM_ASSIGN: 004 missing type store
H A Dassign_050.phpt2 JIT ASSIGN: incorrect type store elimination
H A Dreg_alloc_007.phpt2 Register Alloction 007: Missing store
H A Dreg_alloc_009.phpt2 Register Alloction 009: Missing type store
H A Dmul_008.phpt2 JIT MUL: 008 incorrect elimination of type store
H A Dgh12512_2.phpt2 GH-12512: missing type store
H A Dassign_054.phpt2 JIT ASSIGN: missing type store
H A Dgh12512.phpt2 GH-12512: missing type store
/php-src/ext/spl/tests/
H A DRecursiveIteratorIterator_dtor_order.phpt6 $dummy = new stdClass; // Dummy object to control object store ordering
/php-src/ext/curl/tests/
H A Dcurl_write_stdout.phpt7 Writes the value 'test' to a temporary file. Use curl to access this file and store the output in a…

Completed in 161 milliseconds

1234