Lines Matching refs:asort
2 Test asort() function : usage variations - unexpected values for 'sort_flags' argument
5 /* Prototype : proto bool asort(array &array_arg [, int sort_flags])
12 * Testing asort() by providing different unexpected values for flag argument
15 echo "*** Testing asort() : usage variations ***\n";
72 // loop though each element of the array and check the working of asort()
74 echo "\n-- Testing asort() by supplying different unexpected values for 'sort_flags' argument --\n";
81 var_dump( asort($temp_array, $value) );
89 *** Testing asort() : usage variations ***
91 -- Testing asort() by supplying different unexpected values for 'sort_flags' argument --
214 Warning: asort() expects parameter 2 to be long, string given in %s on line %d
226 Warning: asort() expects parameter 2 to be long, string given in %s on line %d
238 Warning: asort() expects parameter 2 to be long, string given in %s on line %d
250 Warning: asort() expects parameter 2 to be long, string given in %s on line %d
262 Warning: asort() expects parameter 2 to be long, object given in %s on line %d
274 Warning: asort() expects parameter 2 to be long, string given in %s on line %d
286 Warning: asort() expects parameter 2 to be long, string given in %s on line %d
298 Warning: asort() expects parameter 2 to be long, resource given in %s on line %d