Lines Matching refs:sort
2 Test sort() function : usage variations - sort diff. associative arrays, 'sort_flags' as defualt/SO…
5 /* Prototype : bool sort ( array &$array [, int $sort_flags] )
12 * Testing sort() by providing arrays with key values for $array argument
19 echo "*** Testing sort() : usage variations ***\n";
34 echo "\n-- Testing sort() by supplying various arrays with key values --\n";
36 // loop through to test sort() with different arrays,
41 echo "- With Defualt sort flag -\n";
43 var_dump(sort($temp_array) );
48 var_dump(sort($temp_array, SORT_REGULAR) );
56 *** Testing sort() : usage variations ***
58 -- Testing sort() by supplying various arrays with key values --
61 - With Defualt sort flag -
91 - With Defualt sort flag -
167 - With Defualt sort flag -
201 - With Defualt sort flag -
219 - With Defualt sort flag -