Home
last modified time | relevance | path

Searched refs:sort (Results 26 – 50 of 195) sorted by relevance

12345678

/PHP-7.1/ext/standard/tests/array/
H A Dksort_variation9.phpt36 echo "- With defualt sort flag -\n";
56 - With defualt sort flag -
86 - With defualt sort flag -
108 - With defualt sort flag -
142 - With defualt sort flag -
164 - With defualt sort flag -
198 - With defualt sort flag -
216 - With defualt sort flag -
H A Dkrsort_variation7.phpt2 Test krsort() function : usage variations - sort array with diff. sub arrays
43 echo "- With defualt sort flag -\n";
63 - With defualt sort flag -
73 - With defualt sort flag -
89 - With defualt sort flag -
121 - With defualt sort flag -
H A Dksort_variation7.phpt2 Test ksort() function : usage variations - sort array with diff. sub arrays
43 echo "- With defualt sort flag -\n";
63 - With defualt sort flag -
73 - With defualt sort flag -
89 - With defualt sort flag -
121 - With defualt sort flag -
H A Dbug33382.phpt2 Bug #33382 (array_reverse() fails after *sort() )
8 sort($array);
H A Dkrsort_variation3.phpt2 Test krsort() function : usage variations - sort integer/float values
20 // diff. associative arrays to sort
43 echo "- With defualt sort flag -\n";
48 // loop through $flags array and call krsort() with all possible sort flag values
66 - With defualt sort flag -
134 - With defualt sort flag -
184 - With defualt sort flag -
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 Dbug25359.phpt11 $sort = array(1, 5, 2, 4, 3);
12 array_multisort($sort, $data);
H A Drsort_variation3.phpt45 echo "- With Defualt sort flag -\n";
66 - With Defualt sort flag -
134 - With Defualt sort flag -
190 - With Defualt sort flag -
270 - With Defualt sort flag -
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_variation5.phpt11 echo "*** Testing array_multisort() : Testing all array sort specifiers ***\n";
28 *** Testing array_multisort() : Testing all array sort specifiers ***
H A Darray_multisort_variation6.phpt11 echo "*** Testing array_multisort() : Testing all array sort specifiers ***\n";
28 *** Testing array_multisort() : Testing all array sort specifiers ***
H A Dkrsort_variation5.phpt2 Test krsort() function : usage variations - sort strings
48 echo "- With defualt sort flag -\n";
53 // loop through $flags array and call krsort() with all possible sort flag values
71 - With defualt sort flag -
163 - With defualt sort flag -
H A Dksort_variation5.phpt2 Test ksort() function : usage variations - sort strings
48 echo "- With defualt sort flag -\n";
53 // loop through $flags array and call ksort() with all possible sort flag values
71 - With defualt sort flag -
163 - With defualt sort flag -
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***
/PHP-7.1/ext/standard/tests/strings/
H A Dhttp_build_query_variation1.phpt16 protected $sort = 'desc,name';
23 $obj->sort = 'desc,name';
29 name=homepage&page=1&sort=desc%2Cname
H A Dhttp_build_query_variation3.phpt18 "sort" => "desc,admin",
26 name=main+page&sort=desc%2Cadmin&equation=10+%2B+10+-+5
27 name=main%20page&sort=desc%2Cadmin&equation=10%20%2B%2010%20-%205
H A Dbug47481.phpt2 Bug #47481 (natcasesort() does not sort extended ASCII characters correctly)
6 * Description: Sort an array using case-insensitive natural sort
/PHP-7.1/ext/gmp/tests/
H A Dcomparison.phpt2 Overloaded GMP comparison in sort() etc
9 sort($arr);
/PHP-7.1/ext/intl/tests/
H A Dbug12887.phpt11 $keywords_arr = ut_loc_get_keywords( 'de_DE@currency=EUR;collation=PHONEBOOK;sort=PHONEBOOK' );
29 sort = PHONEBOOK
H A Dbug60192-sort.phpt18 $c->sort($a);
22 #0 %s(%d): Collator->sort(Array)
/PHP-7.1/ext/standard/tests/file/
H A Dfseek_dir_basic.phpt17 sort($files);
26 sort($files);
35 sort($files);
H A Dbug24482.phpt31 sort($globdirs);
35 sort($dirs);
/PHP-7.1/ext/reflection/tests/
H A DReflectionParameter_canBePassedByValue.phpt24 echo "=> sort:\n\n";
26 aux('sort');
56 => sort:
/PHP-7.1/ext/sqlite3/tests/
H A Dsqlite3_36_create_collation.phpt20 $defaultSort = $db->query('SELECT s FROM t ORDER BY s'); //memcmp() sort
21 $naturalSort = $db->query('SELECT s FROM t ORDER BY s COLLATE NAT'); //strnatcmp() sort
/PHP-7.1/Zend/tests/
H A Dforeach_011.phpt2 sort() functions precerve foreach by reference iterator pointer

Completed in 58 milliseconds

12345678