Home
last modified time | relevance | path

Searched refs:order (Results 1 – 25 of 199) sorted by relevance

12345678

/PHP-7.4/ext/standard/tests/array/
H A Darray_multisort_variation8.phpt2 Test array_multisort() function : usage variation - test sort order of all types
11 echo "*** Testing array_multisort() : usage variation - test sort order of all types***\n";
15 // We're testing sort order not errors so ignore.
46 *** Testing array_multisort() : usage variation - test sort order of all types***
H A Darray_values_variation7.phpt2 Test array_values() function : usage variations - Internal order check
11 * Check that array_values is re-assigning keys according to the internal order of the array,
17 // populate array with 'default' keys in reverse order
H A Dnatsort_basic.phpt14 echo "\nNatural order sorting\n";
27 Natural order sorting
H A Darray_multisort_variation7.phpt2 Test array_multisort() function : usage variation - test sort order of all types
11 echo "*** Testing array_multisort() : usage variation - test sort order of all types***\n";
41 *** Testing array_multisort() : usage variation - test sort order of all types***
H A Darray_multisort_variation9.phpt2 Test array_multisort() function : usage variation - test sort order of all types
11 echo "*** Testing array_multisort() : usage variation - test sort order of all types***\n";
41 *** Testing array_multisort() : usage variation - test sort order of all types***
H A Darray_diff_variation6.phpt13 * 1. the order of the array
21 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
H A Darray_diff_assoc_variation8.phpt14 * 1. the order of the array
22 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
H A Dcompact_order.phpt2 compact() and hashmap order
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_insert.phpt34 open c1 for select * from imp_res_insert_tab order by 1;
43 open c1 for select * from imp_res_insert_tab order by 1;
58 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
69 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
80 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
90 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
H A Dfetch_all5.phpt26 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
34 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
42 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
H A Dimp_res_close.phpt28 open c1 for select 1 from dual union all select 2 from dual order by 1;
30 open c1 for select 3 from dual union all select 4 from dual order by 1;
32 open c1 for select 5 from dual union all select 6 from dual order by 1;
H A Dbind_query.phpt35 $s = oci_parse($c, 'select ename from bind_query_tab where sal > :v order by ename');
46 $s = oci_parse($c, 'select ename from bind_query_tab where sal > :v order by ename');
/PHP-7.4/ext/mbstring/tests/
H A Dmb_detect_order.phpt14 // Set order to "auto"
20 // Set order by string
26 // Set order by array
/PHP-7.4/ext/dom/tests/
H A DDOMNode_replaceChild_basic.phpt27 // Children are inserted in the correct order.
31 echo "Children are inserted in order:\n" . $document->saveXML();
42 Children are inserted in order:
/PHP-7.4/Zend/tests/
H A Dlist_keyed_evaluation_order.phpt2 list() with keys, evaluation order
16 // Should be evaluated in the order:
H A Dbug60161.phpt2 Bug #60161: Implementing an interface extending Traversable is order dependent
H A Dbug71196.phpt2 Bug #71196 (Memory leak with out-of-order live ranges)
H A Duse_late_binding_conflict.phpt6 /* Reverse declaration order disables early-binding */
H A Dlist_keyed_evaluation_order_3.phpt2 list() with keys, evaluation order #3
/PHP-7.4/ext/sodium/tests/
H A Dcrypto_aead.phpt23 // Switched order
46 // Switched order
75 // Switched order
101 // Switched order
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug57702.phpt52 $stmt = $db->prepare('select data1, data2 from bug57702 order by id');
65 foreach($db->query("select data1 as d1, data2 as d2 from bug57702 order by id") as $row) {
74 $stmt = $db->prepare('select data1 as d3_1, data2 as d3_2 from bug57702 order by id');
91 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
114 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
133 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
/PHP-7.4/ext/gd/tests/
H A Dimagettftext_charmap_order.phpt2 Font charmap order is deterministic based on order in the font, use the selected encoding
/PHP-7.4/ext/standard/tests/dir/
H A Dreaddir_variation3.phpt32 // different OS order files differently so will
37 // more important to check that all contents are present than order they are returned in
H A Dreaddir_variation3-win32-mb.phpt38 // different OS order files differently so will
43 // more important to check that all contents are present than order they are returned in
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_basic.phpt26 //TIFF intel byte order
27 "TIFF intel byte order image file" => "200x100.tiff",
146 -- TIFF intel byte order image file (200x100.tiff) --

Completed in 28 milliseconds

12345678