Lines Matching refs:sort
2 Test sort() function : usage variations - sort strings
6 …* testing sort() by providing different string arrays for $array argument with following flag valu…
12 echo "*** Testing sort() : usage variations ***\n";
25 echo "\n-- Testing sort() by supplying various string arrays --\n";
27 // loop through to test sort() with different arrays
31 echo "- With Default sort flag -\n";
33 var_dump(sort($temp_array) ); // expecting : bool(true)
40 var_dump(sort($temp_array, $flag) ); // expecting : bool(true)
49 *** Testing sort() : usage variations ***
51 -- Testing sort() by supplying various string arrays --
54 - With Default sort flag -
146 - With Default sort flag -