Lines Matching refs:ksort
2 Test ksort() function : usage variations - unexpected values for 'sort_flags' argument
5 /* Prototype : bool ksort(array &array_arg [, int sort_flags])
11 * Testing ksort() by providing different unexpected values for flag argument
14 echo "*** Testing ksort() : usage variations ***\n";
71 // loop though each element of the array and check the working of ksort()
73 echo "\n-- Testing ksort() by supplying different unexpected values for 'sort_flags' argument --\n";
80 var_dump( ksort($temp_array, $value) );
88 *** Testing ksort() : usage variations ***
90 -- Testing ksort() by supplying different unexpected values for 'sort_flags' argument --
213 Warning: ksort() expects parameter 2 to be long, string given in %s on line %d
225 Warning: ksort() expects parameter 2 to be long, string given in %s on line %d
237 Warning: ksort() expects parameter 2 to be long, string given in %s on line %d
249 Warning: ksort() expects parameter 2 to be long, string given in %s on line %d
261 Warning: ksort() expects parameter 2 to be long, object given in %s on line %d
273 Warning: ksort() expects parameter 2 to be long, string given in %s on line %d
285 Warning: ksort() expects parameter 2 to be long, string given in %s on line %d
297 Warning: ksort() expects parameter 2 to be long, resource given in %s on line %d