Home
last modified time | relevance | path

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

123

/PHP-8.0/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();
H A Ddim_assign_001.phpt5 /* We are going to store a value in an array, using the key "1"
/PHP-8.0/ext/zip/tests/
H A Dcompression_methods.phpt14 'store' => ZipArchive::CM_STORE,
30 store: bool(true)
/PHP-8.0/ext/opcache/tests/jit/
H A Dreg_alloc_017.phpt2 Register Alloction 017: Missing store
H A Dreg_alloc_012.phpt2 Register Alloction 012: Missed type store
H A Dreg_alloc_011.phpt2 Register Alloction 011: Missed 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 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 Dqm_assign_003.phpt2 JIT QM_ASSIGN: 003 missing type store
H A Dreg_alloc_006.phpt2 Register Alloction 006: Incorrect type store elimination
H A Dassign_048.phpt2 JIT ASSIGN: incorrect type store elimination
/PHP-8.0/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…
H A Dcurl_write_file.phpt7 Writes the value 'test' to a temporary file. Use curl to access this file and store the output in a…
/PHP-8.0/ext/spl/tests/
H A DarrayObject_asort_basic2.phpt2 SPL: Test ArrayObject::asort() function : basic functionality with object based store
H A DarrayObject_ksort_basic2.phpt2 SPL: Test ArrayObject::ksort() function : basic functionality with object base store
H A DarrayObject_asort_basic1.phpt2 SPL: Test ArrayObject::asort() function : basic functionality with array based store
H A DarrayObject_ksort_basic1.phpt2 SPL: Test ArrayObject::ksort() function : basic functionality with array based store
/PHP-8.0/ext/pgsql/tests/
H A Dbug68638.phpt2 Bug #68638 pg_update() fails to store infinite values
/PHP-8.0/ext/mysqli/tests/
H A Dbug45289.phpt28 printf("[004] Can store result!\n");
/PHP-8.0/ext/standard/tests/dir/
H A Dreaddir_variation3.phpt28 // store file names into an array so can use sorted in expected output

Completed in 21 milliseconds

123