Lines Matching refs:arrays
2 Test asort() function : usage variations - sort array with diff. sub arrays, 'sort_flags' as defaul…
6 …* testing asort() by providing arrays contains sub arrays for $array argument with flowing flag va…
9 …* Note: arrays are sorted based on total count of elements inside it, when all the elements are ar…
14 // array of arrays
22 // array of arrays along with some values
25 // array contains sub arrays
32 echo "\n-- Testing asort() by supplying various arrays containing sub arrays --\n";
34 // loop through to test asort() with different arrays
38 // testing asort() function by supplying different arrays, flag value is default
44 // testing asort() function by supplying different arrays, flag value = SORT_REGULAR
57 -- Testing asort() by supplying various arrays containing sub arrays --