Home
last modified time | relevance | path

Searched refs:associative (Results 1 – 25 of 101) sorted by relevance

12345

/php-src/ext/standard/tests/array/
H A Darray_sum_variation6.phpt2 Test array_sum() function : usage variations - associative array
6 * Testing array_sum() with associative array as 'input' argument
9 echo "*** Testing array_sum() : with associative array ***\n";
23 *** Testing array_sum() : with associative array ***
H A Darray_intersect_assoc_basic.phpt7 * Function is tested by passing associative array as well as array with default keys.
15 // associative array
21 // default key array for $arr1 and associative array for $arr2 argument
24 // associative array for $arr1 and default key array for $arr2
27 // associative array for both $arr1 and $arr2 argument
H A Darray_intersect_basic.phpt7 * Function is tested by passing associative array as well as array with default keys.
15 // associative array
21 // default key array for $arr1 and associative array for $arr2 argument
24 // associative array for $arr1 and default key array for $arr2
27 // associative array for both $arr1 and $arr2 argument
H A Darray_flip_basic.phpt15 // associative arrays - key as string
19 // associative arrays - key as numeric
23 // combination of associative and non-associative array
H A Darray_rand_basic2.phpt2 Test array_rand() function : basic functionality - with associative array for 'input' argument
6 * Test array_rand() when associative array is passed to 'input' argument
9 echo "*** Testing array_rand() : with associative array ***\n";
32 *** Testing array_rand() : with associative array ***
H A Dshuffle_basic2.phpt2 Test shuffle() function : basic functionality - with associative array
6 * Test behaviour of shuffle when an associative array is
12 echo "*** Testing shuffle() : with associative array ***\n";
14 // Initialise the associative array
35 *** Testing shuffle() : with associative array ***
H A Darray_unshift_basic2.phpt2 Test array_unshift() function : basic functionality - associative arrays for 'array' argument
6 * Testing array_unshift() by giving associative arrays for $array argument
9 echo "*** Testing array_unshift() : basic functionality with associative array ***\n";
35 *** Testing array_unshift() : basic functionality with associative array ***
H A Duasort_variation11.phpt2 Test uasort() function : usage variations - different associative arrays
5 /* Testing uasort() with different associative arrays having keys as
9 echo "*** Testing uasort() : sorting different associative arrays ***\n";
39 *** Testing uasort() : sorting different associative arrays ***
H A Darray_diff_basic.phpt28 //Test associative array with strings as keys and integers as elements
32 echo "-- Test associative array with strings as keys and integers as elements --\n";
36 //Test associative array with strings as keys and elements
40 echo "-- Test associative array with strings as keys and integers as elements --\n";
77 -- Test associative array with strings as keys and integers as elements --
90 -- Test associative array with strings as keys and integers as elements --
H A Darray_push_basic.phpt6 * Test basic functionality of array_push with indexed and associative arrays
21 echo "\n-- Push values onto an associative array --\n";
45 -- Push values onto an associative array --
H A Darray_merge_recursive_basic2.phpt2 Test array_merge_recursive() function : basic functionality - associative arrays
5 echo "*** Testing array_merge_recursive() : associative arrays ***\n";
24 *** Testing array_merge_recursive() : associative arrays ***
H A Darray_rand_variation4.phpt2 Test array_rand() function : usage variation - with associative arrays for 'input' parameter
6 * Test behaviour of array_rand() function when associative array is passed to
10 echo "*** Testing array_rand() : with associative arrays ***\n";
12 // initialise associative arrays
64 \*\*\* Testing array_rand\(\) : with associative arrays \*\*\*
H A Darray_filter_variation3.phpt29 array(1 => 'one', 'zero' => 0, -2 => "value"), //associative array
30 …array("one" => 1, null => 'null', 5 => "float", true => 1, "" => 'empty'), // associative array w…
31 array(1 => 'one', 2, "key" => 'value') // combinition of associative and non-associative array
H A Darray_map_variation4.phpt2 Test array_map() function : usage variations - associative array with different keys
6 * Test array_map() by passing associative array with different keys for $arr1 argument
9 echo "*** Testing array_map() : associative array with diff. keys for 'arr1' argument ***\n";
71 *** Testing array_map() : associative array with diff. keys for 'arr1' argument ***
H A Darray_map_variation5.phpt2 Test array_map() function : usage variations - associative array with different values
6 * Test array_map() by passing associative array with different values for $arr1 argument
9 echo "*** Testing array_map() : associative array with diff. values for 'arr1' argument ***\n";
75 *** Testing array_map() : associative array with diff. values for 'arr1' argument ***
H A Darray_walk_variation6.phpt2 Test array_walk() function : usage variations - 'input' argument as diff. associative arrays
6 * Passing 'input' argument as an associative array
10 echo "*** Testing array_walk() : 'input' as an associative array ***\n";
63 *** Testing array_walk() : 'input' as an associative array ***
H A Darray_reverse_basic2.phpt2 Test array_reverse() function : basic functionality - associative array for 'array' argument
6 * Testing array_reverse() with associative array for $array argument
H A Darray_walk_recursive_variation6.phpt2 Test array_walk_recursive() function : usage variations - 'input' argument as diff. associative arr…
6 * Passing 'input' argument as an associative array
10 echo "*** Testing array_walk_recursive() : 'input' as an associative array ***\n";
63 *** Testing array_walk_recursive() : 'input' as an associative array ***
H A Darray_combine_variation4.phpt2 Test array_combine() function : usage variations - associative array with different keys(Bug#43424)
7 * associative arrays having different possible keys to $keys argument and
8 * associative arrays having different possible keys to $values argument.
32 // different variations of associative arrays to be passed to $arr1 argument
H A Darray_unique_variation4.phpt2 Test array_unique() function : usage variations - associative array with different values
7 * associative arrays having different values to $input argument.
32 // associative arrays with different values
H A Darray_unique_variation3.phpt2 Test array_unique() function : usage variations - associative array with different keys
7 * associative arrays having different keys to $input argument.
32 // different associative arrays to be passed to $input argument
H A Darray_combine_variation5.phpt2 Test array_combine() function : usage variations - associative array with different values(Bug#4342…
7 * associative arrays having different possible values to $keys argument and
8 * associative arrays having different possible values to $values argument.
33 // different variations of associative array
H A Dshuffle_variation4.phpt2 Test shuffle() function : usage variation - associative arrays with diff types of values
6 * Test behaviour of shuffle() function when associative arrays
10 echo "*** Testing shuffle() : associative arrays with diff types of values ***\n";
63 *** Testing shuffle() : associative arrays with diff types of values ***
H A Darray_chunk_basic1.phpt15 // associative arrays - key as string
18 // associative arrays - key as numeric
/php-src/ext/standard/tests/strings/
H A Djoin_basic.phpt19 // pieces as associative array (numeric values)
24 // pieces as associative array (string/numeric values)

Completed in 30 milliseconds

12345