Home
last modified time | relevance | path

Searched refs:arrays (Results 501 – 525 of 724) sorted by relevance

1...<<212223242526272829

/PHP-7.2/ext/standard/tests/array/
H A Darray_merge_variation9.phpt6 * Description: Merges elements from passed arrays into one array
H A Dusort_variation6.phpt2 Test usort() function : usage variations - multi-dimensional arrays
H A D005.phpt16 /* Various combinations of arrays to be used for the test */
51 /* Loop to test normal functionality with different arrays inputs */
H A Darray_diff_assoc_variation7.phpt2 Test array_diff_assoc() function : usage variations - arrays containing referenced variables
H A Darray_diff_variation4.phpt12 * Test how array_diff() compares indexed arrays containing different
H A Darray_intersect_ukey_error.phpt6 …* Description: Computes the intersection of arrays using a callback function on the keys for compa…
H A Darray_map_variation10.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Dusort_basic.phpt11 * Test basic functionality of usort() with indexed and associative arrays
H A Dusort_variation4.phpt11 * Pass arrays of numeric data to usort() to test how it is re-ordered
H A Dsort_basic.phpt12 * Testing sort() by providing arrays with default keys and assoc arrays
H A Darray_intersect_assoc_variation1.phpt12 * Testing array_intersect_assoc() function by passing values to $arr1 argument other than arrays
46 $arrays = array(
95 foreach($arrays as $unexpected_value) {
H A Darray_intersect_assoc_variation2.phpt12 * Testing array_intersect_assoc() function by passing values to $arr2 argument other than arrays
46 $arrays = array(
95 foreach($arrays as $unexpected_value) {
H A Darray_intersect_variation1.phpt11 * Testing array_intersect() function by passing values to $arr1 argument other than arrays
45 $arrays = array(
94 foreach($arrays as $unexpected_value) {
H A Darray_uintersect_assoc_variation3.phpt38 // add arrays
62 'nested arrays' => array('foo', $index_array, $assoc_array),
167 --nested arrays--
H A Darray_intersect_ukey_variation3.phpt6 …* Description: Computes the intersection of arrays using a callback function on the keys for compa…
36 // add arrays
60 'nested arrays' => array('foo', $index_array, $assoc_array),
195 --nested arrays--
H A Darray_diff_variation3.phpt12 * Test how array_diff() compares indexed arrays containing different
H A Darray_map_variation2.phpt7 * Description: Applies the callback to the elements in given arrays.
H A Darray_multisort_variation9.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
H A Dusort_variation5.phpt11 * Pass arrays of string data to usort() to test how it is re-ordered
/PHP-7.2/ext/xmlrpc/tests/
H A Dbug50285.phpt2 Bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays)
/PHP-7.2/ext/standard/tests/serialize/
H A Dserialization_arrays_001.phpt2 Test serialize() & unserialize() functions: arrays (circular references)
/PHP-7.2/ext/standard/tests/strings/
H A Ducfirst.phpt53 echo "--- Testing arrays ---";
173 --- Testing arrays ---
H A Dlcfirst.phpt53 echo "--- Testing arrays ---";
202 --- Testing arrays ---
/PHP-7.2/ext/standard/tests/general_functions/
H A Dis_float_64bit.phpt68 // non_scalar values, objects, arrays, resources and boolean
82 array(), // arrays
123 arrays, boolean and others */
H A Dis_float.phpt66 // non_scalar values, objects, arrays, resources and boolean
80 array(), // arrays
121 arrays, boolean and others */

Completed in 29 milliseconds

1...<<212223242526272829