Lines Matching refs:values
2 Test uasort() function : basic functionality - duplicate values
5 echo "*** Testing uasort() : basic functionality with duplicate values ***\n";
20 // increasing values
22 echo "-- Numeric array with increasing values --\n";
26 // decreasing values
28 echo "-- Numeric array with decreasing values --\n";
32 // increasing and decreasing values
34 echo "-- Numeric array with increasing and decreasing values --\n";
41 *** Testing uasort() : basic functionality with duplicate values ***
42 -- Numeric array with increasing values --
58 -- Numeric array with decreasing values --
74 -- Numeric array with increasing and decreasing values --