Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.5/ext/standard/tests/array/
H A Darray_sum_variation6.phpt2 Test array_sum() function : usage variations - associative array
11 * Testing array_sum() with associative array as 'input' argument
14 echo "*** Testing array_sum() : with associative array ***\n";
28 *** Testing array_sum() : with associative array ***
H A Darray_intersect_assoc_basic.phpt13 * Function is tested by passing associative array as well as array with default keys.
21 // associative array
27 // default key array for $arr1 and associative array for $arr2 argument
30 // associative array for $arr1 and default key array for $arr2
33 // associative array for both $arr1 and $arr2 argument
H A Darray_intersect_basic.phpt12 * Function is tested by passing associative array as well as array with default keys.
20 // associative array
26 // default key array for $arr1 and associative array for $arr2 argument
29 // associative array for $arr1 and default key array for $arr2
32 // associative array for both $arr1 and $arr2 argument
H A Darray_flip_basic.phpt20 // associative arrays - key as string
24 // associative arrays - key as numeric
28 // combination of associative and non-associative array
H A Dshuffle_basic2.phpt2 Test shuffle() function : basic functionality - with associative array
11 * Test behaviour of shuffle when an associative array is
17 echo "*** Testing shuffle() : with associative array ***\n";
19 // Initialise the associative array
40 *** Testing shuffle() : with associative array ***
H A Darray_rand_basic2.phpt2 Test array_rand() function : basic functionality - with associative array for 'input' argument
11 * Test array_rand() when associative array is passed to 'input' argument
14 echo "*** Testing array_rand() : with associative array ***\n";
37 *** Testing array_rand() : with associative array ***
H A Darray_unshift_basic2.phpt2 Test array_unshift() function : basic functionality - associative arrays for 'array' argument
11 * Testing array_unshift() by giving associative arrays for $array argument
14 echo "*** Testing array_unshift() : basic functionality with associative array ***\n";
40 *** Testing array_unshift() : basic functionality with associative array ***
H A Darray_diff_basic.phpt34 //Test associative array with strings as keys and integers as elements
38 echo "-- Test associative array with strings as keys and integers as elements --\n";
42 //Test associative array with strings as keys and elements
46 echo "-- Test associative array with strings as keys and integers as elements --\n";
83 -- Test associative array with strings as keys and integers as elements --
96 -- Test associative array with strings as keys and integers as elements --
H A Duasort_variation11.phpt2 Test uasort() function : usage variations - different associative arrays
10 /* Testing uasort() with different associative arrays having keys as
14 echo "*** Testing uasort() : sorting different associative arrays ***\n";
51 *** Testing uasort() : sorting different associative arrays ***
H A Darray_push_basic.phpt11 * Test basic functionality of array_push with indexed and associative arrays
26 echo "\n-- Push values onto an associative array --\n";
51 -- Push values onto an associative array --
H A Darray_merge_recursive_basic2.phpt2 Test array_merge_recursive() function : basic functionality - associative arrays
10 echo "*** Testing array_merge_recursive() : associative arrays ***\n";
29 *** Testing array_merge_recursive() : associative arrays ***
H A Darray_filter_variation3.phpt35 array(1 => 'one', 'zero' => 0, -2 => "value"), //associative array
36 …array("one" => 1, null => 'null', 5.2 => "float", true => 1, "" => 'empty'), // associative array…
37 array(1 => 'one', 2, "key" => 'value') // combinition of associative and non-associative array
H A Darray_rand_variation4.phpt2 Test array_rand() function : usage variation - with associative arrays for 'input' parameter
11 * Test behaviour of array_rand() function when associative array is passed to
15 echo "*** Testing array_rand() : with associative arrays ***\n";
17 // initialise associative arrays
70 \*\*\* Testing array_rand\(\) : with associative arrays \*\*\*
H A Darray_map_variation5.phpt2 Test array_map() function : usage variations - associative array with different values
11 * Test array_map() by passing associative array with different values for $arr1 argument
14 echo "*** Testing array_map() : associative array with diff. values for 'arr1' argument ***\n";
80 *** Testing array_map() : associative array with diff. values for 'arr1' argument ***
H A Darray_map_variation4.phpt2 Test array_map() function : usage variations - associative array with different keys
11 * Test array_map() by passing associative array with different keys for $arr1 argument
14 echo "*** Testing array_map() : associative array with diff. keys for 'arr1' argument ***\n";
80 *** Testing array_map() : associative array with diff. keys for 'arr1' argument ***
H A Darray_reverse_basic2.phpt2 Test array_reverse() function : basic functionality - associative array for 'array' argument
11 * Testing array_reverse() with associative array for $array argument
H A Darray_combine_variation5.phpt2 Test array_combine() function : usage variations - associative array with different values(Bug#4342…
13 * associative arrays having different possible values to $keys argument and
14 * associative arrays having different possible values to $values argument.
39 // different variations of associative array
H A Darray_unique_variation4.phpt2 Test array_unique() function : usage variations - associative array with different values
12 * associative arrays having different values to $input argument.
37 // associative arrays with different values
H A Darray_unique_variation3.phpt2 Test array_unique() function : usage variations - associative array with different keys
12 * associative arrays having different keys to $input argument.
37 // different associative arrays to be passed to $input argument
H A Darray_combine_variation4.phpt2 Test array_combine() function : usage variations - associative array with different keys(Bug#43424)
13 * associative arrays having different possible keys to $keys argument and
14 * associative arrays having different possible keys to $values argument.
38 // different variations of associative arrays to be passed to $arr1 argument
H A Darray_walk_variation6.phpt2 Test array_walk() function : usage variations - 'input' argument as diff. associative arrays
11 * Passing 'input' argument as an associative array
15 echo "*** Testing array_walk() : 'input' as an associative array ***\n";
85 *** Testing array_walk() : 'input' as an associative array ***
/PHP-5.5/ext/spl/internal/
H A Dsplobjectstorage.inc110 * associative information is to be replaced
111 * @param $inf associative information stored along the object
140 * associative information is to be replaced
141 * @param $inf associative information stored along the object
150 * @return associative information stored with object
171 * @return associative information stored with object
/PHP-5.5/ext/standard/tests/strings/
H A Djoin_basic.phpt25 // pices as associative array (numeric values)
30 // pices as associative array (string/numeric values)
/PHP-5.5/scripts/dev/generate-phpt/src/codeSnippets/
H A Darray.txt7 'associative array' => $assoc_array,
/PHP-5.5/tests/lang/
H A Darray_shortcut_002.phpt2 Square bracket associative array shortcut test

Completed in 91 milliseconds

12345678910>>...13