Home
last modified time | relevance | path

Searched refs:arrays (Results 451 – 475 of 724) sorted by relevance

1...<<11121314151617181920>>...29

/PHP-7.2/ext/standard/tests/array/
H A Darray_intersect_ukey_variation9.phpt6 …* Description: Computes the intersection of arrays using a callback function on the keys for compa…
H A Darray_map_object2.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_map_variation9.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_multisort_variation7.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
H A Darray_pop_variation.phpt6 /* Various combinations of arrays to be used for the test */
H A Darray_values_variation4.phpt2 Test array_values() function : usage variations - multi-dimensional arrays
H A Deach_variation5.phpt2 Test each() function : usage variations - Multi-dimensional arrays
H A Dnatcasesort_variation4.phpt16 * Pass arrays of string data to see how natcasesort() re-orders the array
H A Drsort_variation7.phpt11 * Pass rsort() arrays of boolean values to test behaviour
H A Darray_merge_recursive_variation1.phpt6 * Description: Recursively merges elements from passed arrays into one array
38 $arrays = array (
88 // loop through each element of $arrays and check the behavior of array_merge_recursive()
90 foreach($arrays as $arr1) {
/PHP-7.2/ext/standard/tests/file/
H A Dfopen_variation4.phpt51 // add arrays
75 'nested arrays' => array('foo', $index_array, $assoc_array),
180 --nested arrays--
H A Dunlink_variation7.phpt49 // add arrays
73 'nested arrays' => array('foo', $index_array, $assoc_array),
175 --nested arrays--
/PHP-7.2/ext/gd/tests/
H A Dimagecolorallocate_variation1.phpt48 // add arrays
72 'nested arrays' => array('foo', $index_array, $assoc_array),
178 -- nested arrays --
/PHP-7.2/ext/date/tests/
H A DDateTime_setTimezone_variation1.phpt37 // add arrays
62 'nested arrays' => array('foo', $index_array, $assoc_array),
163 -- nested arrays --
H A Ddate_create_variation1.phpt37 // add arrays
62 'nested arrays' => array('foo', $index_array, $assoc_array),
194 -- nested arrays --
H A Ddate_date_set_variation1.phpt37 // add arrays
62 'nested arrays' => array('foo', $index_array, $assoc_array),
165 -- nested arrays --
H A Ddate_format_variation1.phpt37 // add arrays
62 'nested arrays' => array('foo', $index_array, $assoc_array),
163 -- nested arrays --
H A Ddate_isodate_set_variation1.phpt37 // add arrays
62 'nested arrays' => array('foo', $index_array, $assoc_array),
165 -- nested arrays --
H A Ddate_time_set_variation1.phpt37 // add arrays
62 'nested arrays' => array('foo', $index_array, $assoc_array),
165 -- nested arrays --
H A Ddate_timezone_get_variation1.phpt37 // add arrays
62 'nested arrays' => array('foo', $index_array, $assoc_array),
161 -- nested arrays --
H A Ddate_timezone_set_variation1.phpt37 // add arrays
62 'nested arrays' => array('foo', $index_array, $assoc_array),
164 -- nested arrays --
H A Ddate_timezone_set_variation2.phpt37 // add arrays
62 'nested arrays' => array('foo', $index_array, $assoc_array),
163 -- nested arrays --
H A Dlocaltime_variation2.phpt39 // add arrays
63 'nested arrays' => array('foo', $index_array, $assoc_array),
321 --nested arrays--
H A Dtimezone_transitions_get_variation1.phpt37 // add arrays
62 'nested arrays' => array('foo', $index_array, $assoc_array),
161 -- nested arrays --
/PHP-7.2/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_002.phpt46 // add arrays
70 'nested arrays' => array('foo', $index_array, $assoc_array),
157 --nested arrays--

Completed in 43 milliseconds

1...<<11121314151617181920>>...29