Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-7.4/ext/standard/tests/array/
H A Darray_merge_variation6.phpt6 * Description: Merges elements from passed arrays into one array
11 * Pass array_merge arrays with string keys to test behaviour.
H A Darray_merge_recursive_variation3.phpt2 Test array_merge_recursive() function : usage variations - different arrays for 'arr1' argument
6 * Description: Recursively merges elements from passed arrays into one array
11 * Passing different arrays to $arr1 argument and testing whether
15 echo "*** Testing array_merge_recursive() : Passing different arrays to \$arr1 argument ***\n";
48 // arrays passed to $arr1 argument
49 $arrays = array (
59 // associative arrays
73 // array containing embedded arrays
80 // loop through each sub array of $arrays and check the behavior of array_merge_recursive()
82 foreach($arrays as $arr1) {
[all …]
H A Dsort_object1.phpt11 …* testing sort() by providing integer/string object arrays with flag values are defualt, SORT_REGU…
59 echo "\n-- Testing sort() by supplying various object arrays, 'flag' value is defualt --\n";
71 echo "\n-- Testing sort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
87 -- Testing sort() by supplying various object arrays, 'flag' value is defualt --
165 -- Testing sort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A Darray_intersect_assoc_variation9.phpt2 Test array_intersect_assoc() function : usage variations - two dimensional arrays for $arr1 and $ar…
12 * Testing the behavior of array_intersect_assoc() by passing 2-D arrays
19 // two dimensional arrays for $arr1 and $arr2 argument
22 // arrays with default keys
26 // arrays with explicit keys
H A Darsort_object1.phpt12 * testing arsort() by providing integer/string object arrays with following flag values
62 echo "\n-- Testing arsort() by supplying various object arrays, 'flag' value is defualt --\n";
74 echo "\n-- Testing arsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
90 -- Testing arsort() by supplying various object arrays, 'flag' value is defualt --
168 -- Testing arsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A Darray_combine_basic.phpt13 /* Different arrays for $keys and $values arguments */
20 // associative arrays for $keys and $values arguments
H A Darray_flip_basic.phpt20 // associative arrays - key as string
24 // associative arrays - key as numeric
H A Dkrsort_variation3.phpt20 // diff. associative arrays to sort
37 echo "\n-- Testing krsort() by supplying various integer/float arrays --\n";
39 // loop through to test krsort() with different arrays
63 -- Testing krsort() by supplying various integer/float arrays --
H A Dsort_variation5.phpt12 …* testing sort() by providing different string arrays for $array argument with following flag valu…
31 echo "\n-- Testing sort() by supplying various string arrays --\n";
33 // loop through to test sort() with different arrays
57 -- Testing sort() by supplying various string arrays --
H A Dbug71837.phpt2 Bug #71837 (Wrong arrays behaviour)
H A Darray_unique_variation8.phpt2 Test array_unique() function : usage variations - two dimensional arrays
12 * two dimensional arrays for $input argument.
H A Dcurrent_variation2.phpt2 Test current() function : usage variations - arrays containing different data types
12 * Pass arrays of different data types as $array_arg to current() to test behaviour
37 // arrays of different data types to be passed to $array_arg argument
H A Dasort_object1.phpt12 * testing asort() by providing integer/string object arrays with following flag values
62 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is defualt --\n";
74 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
90 -- Testing asort() by supplying various object arrays, 'flag' value is defualt --
168 -- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
/PHP-7.4/tests/basic/
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
H A D017.phpt2 POST Method test and arrays - 5
/PHP-7.4/Zend/tests/
H A Dxor_001.phpt2 XORing arrays
H A Dbug23104.phpt2 Bug #23104 (Hash position not reset for constant arrays)
H A Dbug75426.phpt15 Fatal error: Cannot use empty array elements in arrays in %s on line 5
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation6.phpt2 Test sprintf() function : usage variations - int formats with arrays
10 echo "*** Testing sprintf() : integer formats with arrays ***\n";
12 // different arrays used to test the function
52 *** Testing sprintf() : integer formats with arrays ***
/PHP-7.4/tests/lang/
H A DforeachLoop.017.phpt2 Ensure foreach works with arrays with Binary keys.
/PHP-7.4/ext/spl/tests/
H A Dbug71153.phpt2 Bug #71153: Performance Degradation in ArrayIterator with large arrays
/PHP-7.4/Zend/tests/array_unpack/
H A Dunpack_invalid_type_compile_time.phpt10 Fatal error: Only arrays and Traversables can be unpacked in %s on line %d

Completed in 47 milliseconds

12345678910>>...22