Home
last modified time | relevance | path

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

12

/PHP-7.2/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-7.2/ext/zip/tests/
H A Dcompression_methods.phpt14 'store' => ZipArchive::CM_STORE,
30 store: bool(true)
/PHP-7.2/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-7.2/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
H A DarrayObject_exchangeArray_basic3.phpt2 SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store.
/PHP-7.2/ext/pgsql/tests/
H A Dbug68638.phpt2 Bug #68638 pg_update() fails to store infinite values
/PHP-7.2/ext/mysqli/tests/
H A Dbug45289.phpt28 printf("[004] Can store result!\n");
H A Dmysqli_class_mysqli_result_interface.phpt106 ((MYSQLI_STORE_RESULT == $mysqli_result->type) ? 'store' : 'use'),
183 mysqli_result->type = 'store'/integer
/PHP-7.2/ext/standard/tests/dir/
H A Dreaddir_variation3-win32-mb.phpt39 // store file names into an array so can use sorted in expected output
H A Dreaddir_variation3.phpt33 // store file names into an array so can use sorted in expected output
H A Dreaddir_variation4-win32-mb.phpt71 // store file names into an array so can use sorted in expected output
H A Dreaddir_variation4.phpt65 // store file names into an array so can use sorted in expected output
/PHP-7.2/tests/lang/
H A Dbug20175.phpt2 Bug #20175 (Static vars can't store ref to new instance)
61 * should store a reference to $wow_global. Therefor $wow_value is already
/PHP-7.2/ext/session/tests/
H A Dsession_regenerate_id_cookie.phpt69 Cache-Control: no-store, no-cache, must-revalidate
/PHP-7.2/ext/dba/
H A Ddba_dbm.c127 return (store(gkey, gval) == -1 ? FAILURE : SUCCESS); in DBA_UPDATE_FUNC()
/PHP-7.2/ext/oci8/tests/
H A Dxmltype_01.phpt20 xmltype xt_spec store as clob",
/PHP-7.2/ext/standard/tests/array/
H A Darray_search_variation4.phpt19 //store resources in array for comparison.
H A Din_array_variation4.phpt22 //store resources in array for comparison.
/PHP-7.2/ext/spl/internal/
H A Dfilteriterator.inc57 * Fetch next element and store it.
/PHP-7.2/ext/standard/
H A Ddns_win32.c141 static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, int raw, zval *subarray) in php_parserr() argument
155 if (!store) { in php_parserr()

Completed in 26 milliseconds

12