Home
last modified time | relevance | path

Searched refs:arrays (Results 101 – 125 of 432) sorted by relevance

12345678910>>...18

/php-src/ext/standard/tests/array/
H A Dsort_variation5.phpt6 …* 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 arrays
51 -- Testing sort() by supplying various string arrays --
H A Dcurrent_variation2.phpt2 Test current() function : usage variations - arrays containing different data types
6 * Pass arrays of different data types as $array_arg to current() to test behaviour
31 // arrays of different data types to be passed to $array_arg argument
H A Duasort_variation4.phpt6 * 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' ***
H A Darray_unique_variation8.phpt2 Test array_unique() function : usage variations - two dimensional arrays
7 * two dimensional arrays for $input argument.
H A Darray_flip_basic.phpt15 // associative arrays - key as string
19 // associative arrays - key as numeric
H A Dasort_object1.phpt6 * testing asort() by providing integer/string object arrays with following flag values
56 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 --
H A Darray_merge_recursive_variation3.phpt2 Test array_merge_recursive() function : usage variations - different arrays for 'arr1' argument
6 * Passing different arrays to $arr1 argument and testing whether
10 echo "*** Testing array_merge_recursive() : Passing different arrays to \$arr1 argument ***\n";
43 // arrays passed to $arr1 argument
44 $arrays = array (
54 // associative arrays
68 // array containing embedded arrays
75 // 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 ***
H A Darray_map_variation8.phpt39 echo "-- with two arrays --\n";
61 -- with two arrays --
H A Darray_change_key_case_variation6.phpt2 Test array_change_key_case() function : usage variations - multidimensional arrays
6 * Test how array_change_key_case() converts keys in multi-dimensional arrays
H A Darray_values_variation2.phpt2 Test array_values() function : usage variations - arrays of different data types
6 * Pass arrays of different data types as $input argument to array_values() to test behaviour
31 // arrays of different data types to be passed as $input
H A Dnatcasesort_variation2.phpt2 Test natcasesort() function : usage variations - Pass arrays of different data types
7 * Pass arrays of different data types to natcasesort() to test how they are sorted
32 // arrays of different data types to be passed to $array_arg argument
H A Dreset_variation3.phpt6 * Reference two arrays to each other then call reset() to test position of
7 * internal pointer in both arrays
H A Dnegative_index_empty_array.phpt2 Test empty arrays with first added index being negative
H A Darsort_object2.phpt6 * testing arsort() by providing integer/string object arrays with following flag values
60 echo "\n-- Testing arsort() by supplying various object arrays, 'flag' value is default --\n";
72 echo "\n-- Testing arsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
88 -- Testing arsort() by supplying various object arrays, 'flag' value is default --
168 -- Testing arsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A Dasort_object2.phpt6 * testing asort() by providing integer/string object arrays with following flag values
60 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is default --\n";
72 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
88 -- Testing asort() by supplying various object arrays, 'flag' value is default --
168 -- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
/php-src/Zend/tests/
H A Dconstant_arrays.phpt2 Constant arrays
26 // objects are allowed in arrays
H A Dns_059.phpt2 059: Constant arrays
H A Dline_const_in_array.phpt2 Use of __LINE__ in arrays
/php-src/tests/basic/
H A D013.phpt2 POST Method test and arrays
H A D015.phpt2 POST Method test and arrays - 3
H A D014.phpt2 POST Method test and arrays - 2
H A D019.phpt2 POST Method test and arrays - 7
H A D016.phpt2 POST Method test and arrays - 4
H A D020.phpt2 POST Method test and arrays - 8
/php-src/ext/spl/tests/
H A Diterator_count_array.phpt2 SPL: iterator_count() supports arrays.

Completed in 51 milliseconds

12345678910>>...18