Lines Matching refs:arrays
2 Test arsort() function : usage variations - sort array with diff. sub arrays, 'sort_flags' as defau…
12 …* testing arsort() by providing arrays contains sub arrays for $array argument with flowing flag v…
15 …* Note: arrays are sorted based on total count of elements inside it, when all the elements are ar…
20 // array of arrays
28 // array of arrays along with some values
31 // array contains sub arrays
38 echo "\n-- Testing arsort() by supplying various arrays containing sub arrays --\n";
40 // loop through to test arsort() with different arrays
44 // testing arsort() function by supplying different arrays, flag value is default
50 // testing arsort() function by supplying different arrays, flag value = SORT_REGULAR
63 -- Testing arsort() by supplying various arrays containing sub arrays --