Home
last modified time | relevance | path

Searched refs:arrays (Results 51 – 75 of 721) sorted by relevance

12345678910>>...29

/PHP-5.4/ext/standard/tests/array/
H A Darray_unshift_variation6.phpt2 Test array_unshift() function : usage variations - two dimensional arrays for 'array' argument
12 * arrays and also sub-arrays within the two-dimensional array for $array argument.
16 echo "*** Testing array_unshift() : two dimensional arrays for \$array argument ***\n";
30 // combination of numeric and associative arrays
77 *** Testing array_unshift() : two dimensional arrays for $array argument ***
H A Darsort_variation9.phpt2 Test arsort() function : usage variations - sorting arrays with/without keys, 'sort_flags' as defau…
12 …* Testing arsort() by providing arrays with key values for $array argument with following flag va…
19 // list of arrays with/without key values
31 echo "\n-- Testing arsort() by supplying various arrays with key values --\n";
33 // loop through to test arsort() with different arrays,
55 -- Testing arsort() by supplying various arrays with key values --
H A Dasort_variation9.phpt2 Test asort() function : usage variations - sorting arrays with/without keys, 'sort_flags' as defaul…
12 …* Testing asort() by providing arrays with key values for $array argument with following flag val…
19 // list of arrays with/without key values
31 echo "\n-- Testing asort() by supplying various arrays with key values --\n";
33 // loop through to test asort() with different arrays,
55 -- Testing asort() by supplying various arrays with key values --
H A Dksort_variation9.phpt2 Test ksort() function : usage variations - sorting arrays with/without keys
11 …* Testing ksort() by providing arrays with/without key values for $array argument with following …
18 // list of arrays with/without key values
30 echo "\n-- Testing ksort() by supplying various arrays with/without key values --\n";
32 // loop through to test ksort() with different arrays,
53 -- Testing ksort() by supplying various arrays with/without key values --
H A Dsort_variation9.phpt2 Test sort() function : usage variations - sort diff. associative arrays, 'sort_flags' as defualt/SO…
12 * Testing sort() by providing arrays with key values for $array argument
21 // list of arrays with key and values
34 echo "\n-- Testing sort() by supplying various arrays with key values --\n";
36 // loop through to test sort() with different arrays,
58 -- Testing sort() by supplying various arrays with key values --
H A Darray_merge_recursive_variation9.phpt6 * Description: Recursively merges elements from passed arrays into one array
12 * arrays having common key and value.
15 echo "*** Testing array_merge_recursive() : arrays with common key and value ***\n";
52 *** Testing array_merge_recursive() : arrays with common key and value ***
H A Darray_map_variation8.phpt6 * Description: Applies the callback to the elements of the given arrays
44 echo "-- with two arrays --\n";
66 -- with two arrays --
H A Darray_unshift_variation3.phpt11 * Testing the behavior of array_unshift() by passing different types of arrays
15 echo "*** Testing array_unshift() : different arrays for \$array argument ***\n";
20 // different arrays to be passed to $array argument
21 $arrays = array (
24 array( array(2), array(1)), // sub arrays
30 // associative arrays
48 // loop through the various elements of $arrays to test array_unshift()
50 foreach($arrays as $array) {
76 *** Testing array_unshift() : different arrays for $array argument ***
H A Darray_unique_variation2.phpt2 Test array_unique() function : usage variations - different arrays for 'input' argument
11 * Passing different arrays to $input argument and testing whether
15 echo "*** Testing array_unique() : Passing different arrays to \$input argument ***\n";
17 /* Different heredoc strings passed as argument to arrays */
47 // arrays passed to $input argument
58 // associative arrays
84 *** Testing array_unique() : Passing different arrays to $input argument ***
H A Darray_intersect_variation3.phpt2 Test array_intersect() function : usage variations - different arrays for 'arr1' argument
11 * Passing different types of arrays to $arr1 argument and testing whether
16 echo "*** Testing array_intersect() : Passing different types of arrays to \$arr1 argument ***\n";
48 // arrays to be passed to $arr1 argument
49 $arrays = array (
59 // associative arrays
89 foreach($arrays as $arr1) {
104 *** Testing array_intersect() : Passing different types of arrays to $arr1 argument ***
H A Darray_intersect_variation4.phpt2 Test array_intersect() function : usage variations - different arrays for 'arr2' argument
11 * Passing different types of arrays to $arr2 argument and testing whether
16 echo "*** Testing array_intersect() : Passing different types of arrays to \$arr2 argument ***\n";
57 // arrays to be passed to $arr2 argument
58 $arrays = array (
68 // associative arrays
88 foreach($arrays as $arr2) {
103 *** Testing array_intersect() : Passing different types of arrays to $arr2 argument ***
H A Darray_combine_error2.phpt13 // Testing array_combine by passing empty arrays to $keys and $values arguments
14 echo "\n-- Testing array_combine() function with empty arrays --\n";
25 // Testing array_combine with arrays having unequal number of elements
34 -- Testing array_combine() function with empty arrays --
H A Darray_keys_variation_004.phpt6 echo "*** Testing array_keys() on all the types other than arrays ***\n";
29 *** Testing array_keys() on all the types other than arrays ***
H A Darray_reverse_variation4.phpt11 * Testing the functionality of array_reverse() by giving associative arrays with different
37 $arrays = array (
42 // arrays with integer keys
47 // arrays with float keys
51 // arrays with string keys
63 // loop through the various elements of $arrays to test array_reverse()
65 foreach($arrays as $array) {
H A Darray_rand_variation4.phpt2 Test array_rand() function : usage variation - with associative arrays for 'input' parameter
15 echo "*** Testing array_rand() : with associative arrays ***\n";
17 // initialise associative arrays
46 /* looping to test array_rand() function with different arrays having
70 \*\*\* Testing array_rand\(\) : with associative arrays \*\*\*
H A Darsort_variation3.phpt12 …* Testing arsort() by providing different integer/float value arrays for $array argument with foll…
20 // group of various arrays with indices
39 echo "\n-- Testing arsort() by supplying various integer/float arrays --\n";
41 // loop through to test arsort() with different arrays
65 -- Testing arsort() by supplying various integer/float arrays --
H A Dasort_variation3.phpt12 …* Testing asort() by providing different integer/float value arrays for $array argument with follo…
20 // group of various arrays with indices
39 echo "\n-- Testing asort() by supplying various integer/float arrays --\n";
41 // loop through to test asort() with different arrays
65 -- Testing asort() by supplying various integer/float arrays --
H A Dkrsort_variation9.phpt11 * Testing krsort() by providing arrays with/without key values for $array argument
19 // list of arrays with/without key values
31 echo "\n-- Testing krsort() by supplying various arrays with/without key values --\n";
33 // loop through to test krsort() with different arrays,
54 -- Testing krsort() by supplying various arrays with/without key values --
H A Dsort_variation3.phpt12 * Testing sort() by providing different integer/float value arrays for $array argument
22 // group of various arrays
41 echo "\n-- Testing sort() by supplying various integer/float arrays --\n";
43 // loop through to test sort() with different arrays
67 -- Testing sort() by supplying various integer/float arrays --
H A Darray_chunk_variation6.phpt2 Test array_chunk() function : usage variations - different arrays
37 echo "\n-- Testing array_chunk() by supplying various arrays --\n";
53 -- Testing array_chunk() by supplying various arrays --
/PHP-5.4/ext/mysqli/tests/
H A Dbug62885.phpt23 Warning: mysqli_poll(): No stream arrays were passed in %sbug62885.php on line %d
25 Warning: mysqli_poll(): No stream arrays were passed in %sbug62885.php on line %d
/PHP-5.4/ext/standard/tests/file/
H A Duserstreams_002.phpt55 Warning: stream_select(): No stream arrays were passed in %s
62 Warning: stream_select(): No stream arrays were passed in %s
73 Warning: stream_select(): No stream arrays were passed in %s
82 Warning: stream_select(): No stream arrays were passed in %s
93 Warning: stream_select(): No stream arrays were passed in %s
/PHP-5.4/ext/intl/tests/
H A Dcollator_sort_with_sort_keys.phpt10 * Sort arrays using various locales.
17 * Sort arrays in the given list using specified locale.
19 function sort_arrays( $locale, $arrays )
25 foreach( $arrays as $array )
H A Dcollator_sort_with_sort_keys_variant2.phpt10 * Sort arrays using various locales.
17 * Sort arrays in the given list using specified locale.
19 function sort_arrays( $locale, $arrays )
25 foreach( $arrays as $array )
/PHP-5.4/ext/pcre/tests/
H A Dpreg_replace_variation1.phpt2 Test preg_replace() function : variation both arguments are arrays
10 * Testing preg_replace when the regex and the replacement are both arrays.

Completed in 35 milliseconds

12345678910>>...29