Home
last modified time | relevance | path

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

12345678

/PHP-5.5/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.
47 *** 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_diff_variation6.phpt13 * 1. the order of the array
21 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
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_assoc_variation8.phpt14 * 1. the order of the array
22 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
/PHP-5.5/ext/mbstring/tests/
H A Dmb_detect_order.phpt14 // Set order to "auto"
20 // Set order by string
26 // Set order by array
/PHP-5.5/ext/oci8/tests/
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 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');
H A Dlob_043.phpt32 $s = oci_parse($c, 'select id, c1 from lob_043_tab order by id');
44 $s = oci_parse($c, 'select id, c1 from lob_043_tab order by id');
H A Ddefine5.phpt32 echo "Test 2 - normal define order\n";
65 Test 2 - normal define order
/PHP-5.5/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-5.5/ext/wddx/tests/
H A Dbug35410.phpt29 <var name="order">
65 ["order"]=>
H A Dbug35410_64bit.phpt29 <var name="order">
65 ["order"]=>
/PHP-5.5/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');
92 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
115 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
/PHP-5.5/TSRM/
H A DTODO1 - Improve the lock in ts_resource_ex() in order to cover less code.
/PHP-5.5/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
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_basic.phpt26 //TIFF intel byte order
27 "TIFF intel byte order image file" => "200x100.tif",
146 -- TIFF intel byte order image file (200x100.tif) --
/PHP-5.5/ext/standard/
H A Dversioning.c86 int order; member
110 found1 = pp->order; in compare_special_version_forms()
116 found2 = pp->order; in compare_special_version_forms()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dimport_request3.phpt2 import_request_variables() test (numeric keys, different order)
/PHP-5.5/Zend/tests/
H A Dbug36759.phpt2 Bug #36759 (Objects destructors are invoked in wrong order when script is finished)
H A Dbug20240.phpt2 Bug #20240 (order of destructor calls)
/PHP-5.5/Zend/tests/traits/bugs/
H A Dabstract-methods04.phpt3 implementstion may be provided by other traits. Sorting order shouldn't influence result.
/PHP-5.5/ext/fileinfo/tests/
H A Dbug68819_002.phpt10 // These two in any order

Completed in 29 milliseconds

12345678