Lines Matching refs:sort
2 Test sort() function : usage variations - sort integer/float values
6 * Testing sort() by providing different integer/float value arrays for $array argument
14 echo "*** Testing sort() : usage variations ***\n";
35 echo "\n-- Testing sort() by supplying various integer/float arrays --\n";
37 // loop through to test sort() with different arrays
41 echo "- With Default sort flag -\n";
43 var_dump(sort($temp_array) );
50 var_dump(sort($temp_array, $flag) );
59 *** Testing sort() : usage variations ***
61 -- Testing sort() by supplying various integer/float arrays --
64 - With Default sort flag -
132 - With Default sort flag -
188 - With Default sort flag -
268 - With Default sort flag -