Searched refs:arrays (Results 101 – 125 of 434) sorted by relevance
12345678910>>...18
11 * Sort arrays using various locales.18 * Sort arrays in the given list using specified locale.20 function sort_arrays( $locale, $arrays, $sort_flag = Collator::SORT_REGULAR )26 foreach( $arrays as $array )
6 …* testing sort() by providing different string arrays for $array argument with following flag valu…25 echo "\n-- Testing sort() by supplying various string arrays --\n";27 // loop through to test sort() with different arrays51 -- Testing sort() by supplying various string arrays --
2 Test array_unique() function : usage variations - two dimensional arrays7 * two dimensional arrays for $input argument.
15 // associative arrays - key as string19 // associative arrays - key as numeric
2 Test current() function : usage variations - arrays containing different data types6 * Pass arrays of different data types as $array_arg to current() to test behaviour31 // arrays of different data types to be passed to $array_arg argument
6 * sorting different types of numeric arrays containing data of following type:24 echo "*** Testing uasort() : different numeric arrays as 'array_arg' ***\n";59 *** Testing uasort() : different numeric arrays as 'array_arg' ***
6 * testing asort() by providing integer/string object arrays with following flag values56 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is default --\n";68 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";84 -- Testing asort() by supplying various object arrays, 'flag' value is default --162 -- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
39 echo "-- with two arrays --\n";61 -- with two arrays --
2 Test array_change_key_case() function : usage variations - multidimensional arrays6 * Test how array_change_key_case() converts keys in multi-dimensional arrays
2 Test array_merge_recursive() function : usage variations - different arrays for 'arr1' argument6 * Passing different arrays to $arr1 argument and testing whether10 echo "*** Testing array_merge_recursive() : Passing different arrays to \$arr1 argument ***\n";43 // arrays passed to $arr1 argument44 $arrays = array (54 // associative arrays68 // array containing embedded arrays75 // loop through each sub array of $arrays and check the behavior of array_merge_recursive()77 foreach($arrays as $arr1) {94 *** Testing array_merge_recursive() : Passing different arrays to $arr1 argument ***
2 Test array_values() function : usage variations - arrays of different data types6 * Pass arrays of different data types as $input argument to array_values() to test behaviour31 // arrays of different data types to be passed as $input
2 Test natcasesort() function : usage variations - Pass arrays of different data types7 * Pass arrays of different data types to natcasesort() to test how they are sorted32 // arrays of different data types to be passed to $array_arg argument
6 * Reference two arrays to each other then call reset() to test position of7 * internal pointer in both arrays
2 Test empty arrays with first added index being negative
2 Bug #71837 (Wrong arrays behaviour)
2 059: Constant arrays
2 Constant arrays26 // objects are allowed in arrays
2 Use of __LINE__ in arrays
2 POST Method test and arrays
2 POST Method test and arrays - 3
2 POST Method test and arrays - 2
2 POST Method test and arrays - 7
2 POST Method test and arrays - 4
2 POST Method test and arrays - 8
2 SPL: iterator_count() supports arrays.
Completed in 34 milliseconds