/PHP-8.0/ext/standard/tests/array/ |
H A D | array_sum_variation6.phpt | 2 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 D | array_intersect_assoc_basic.phpt | 7 * 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 D | array_intersect_basic.phpt | 7 * 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 D | array_flip_basic.phpt | 15 // associative arrays - key as string 19 // associative arrays - key as numeric 23 // combination of associative and non-associative array
|
H A D | array_rand_basic2.phpt | 2 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 D | shuffle_basic2.phpt | 2 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 D | array_unshift_basic2.phpt | 2 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 D | uasort_variation11.phpt | 2 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 D | array_diff_basic.phpt | 28 //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 D | array_push_basic.phpt | 6 * 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 D | array_merge_recursive_basic2.phpt | 2 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 D | array_rand_variation4.phpt | 2 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 65 \*\*\* Testing array_rand\(\) : with associative arrays \*\*\*
|
H A D | array_filter_variation3.phpt | 29 array(1 => 'one', 'zero' => 0, -2 => "value"), //associative array 30 …array("one" => 1, null => 'null', 5.2 => "float", true => 1, "" => 'empty'), // associative array… 31 array(1 => 'one', 2, "key" => 'value') // combinition of associative and non-associative array
|
H A D | array_map_variation5.phpt | 2 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 D | array_walk_variation6.phpt | 2 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 D | array_reverse_basic2.phpt | 2 Test array_reverse() function : basic functionality - associative array for 'array' argument 6 * Testing array_reverse() with associative array for $array argument
|
H A D | array_map_variation4.phpt | 2 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"; 75 *** Testing array_map() : associative array with diff. keys for 'arr1' argument ***
|
H A D | array_walk_recursive_variation6.phpt | 2 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 D | array_combine_variation5.phpt | 2 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 D | array_unique_variation3.phpt | 2 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 D | array_unique_variation4.phpt | 2 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 D | array_chunk_basic1.phpt | 15 // associative arrays - key as string 18 // associative arrays - key as numeric
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | join_basic.phpt | 19 // pices as associative array (numeric values) 24 // pices as associative array (string/numeric values)
|
/PHP-8.0/tests/lang/ |
H A D | array_shortcut_002.phpt | 2 Square bracket associative array shortcut test
|
/PHP-8.0/ext/json/ |
H A D | json.stub.php | 7 function json_decode(string $json, ?bool $associative = null, int $depth = 512, int $flags = 0): mi… argument
|