Home
last modified time | relevance | path

Searched refs:numeric (Results 76 – 100 of 276) sorted by path

12345678910>>...12

/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_basic2.phpt15 // array with default keys - numeric values
24 // associative arrays - key as numeric
H A Darray_column_basic.phpt83 echo "\n*** Testing numeric column keys ***\n";
218 *** Testing numeric column keys ***
H A Darray_combine_variation3.phpt39 // heredoc with quoted strings and numeric values
49 /*1*/ array(1, 2), // with default keys and numeric values
59 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
60 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
61 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
H A Darray_diff_assoc_basic.phpt22 echo "-- Compare Default keys to numeric keys --\n";
32 echo "\n-- Compare numeric keys to string keys --\n";
41 -- Compare Default keys to numeric keys --
73 -- Compare numeric keys to string keys --
H A Darray_diff_assoc_variation6.phpt29 //numeric keys => string values
41 //default keys => numeric values
44 //numeric keys => numeric values
49 //string keys => numeric values
57 //numeric keys => float values
H A Darray_flip_basic.phpt12 // array with default keys - numeric values
24 // associative arrays - key as numeric
H A Darray_flip_variation2.phpt33 // numeric keys
H A Darray_flip_variation3.phpt30 // numeric values
H A Darray_flip_variation5.phpt16 // array with numeric key repeatition
32 // array with numeric value repeatition
H A Darray_intersect_assoc_variation3.phpt41 // heredoc with quoted strings and numeric values
51 /*1*/ array(1, 2), // with default keys and numeric values
61 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
62 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
63 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
H A Darray_intersect_assoc_variation4.phpt41 // heredoc with quoted strings and numeric values
60 /*1*/ array(1, 2), // array with default keys and numeric values
70 /*9*/ array(1 => "one", 2 => "two", 6 => "six"), // explicit numeric keys, string values
71 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
72 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
H A Darray_intersect_variation3.phpt40 // heredoc with quoted strings and numeric values
50 /*1*/ array(1, 2), // array with default keys and numeric values
60 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
61 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
62 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
H A Darray_intersect_variation4.phpt40 // heredoc with quoted strings and numeric values
59 /*1*/ array(1, 2), // array with default keys and numeric values
69 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
70 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
71 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
H A Darray_map_variation3.phpt23 /*1*/ array(1, 2), // array with default keys and numeric values
32 /*8*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
33 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
34 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
H A Darray_merge.phpt72 /* associative array with numeric keys, which will be re-indexed */
H A Darray_merge_recursive_variation3.phpt40 // heredoc with quoted strings and numeric values
50 /*1*/ array(1, 2,), // with default keys and numeric values
60 /*9*/ array(1 => "one", 2 => "two"), // explicit numeric keys, string values
61 array("one" => 1, "two" => 2, "1" => 1 ), // string keys & numeric values
62 array( 1 => 10, 2 => 20, 4 => 40), // explicit numeric keys and numeric values
H A Darray_merge_recursive_variation6.phpt18 // array with numeric keys
H A Darray_merge_variation5.phpt2 Test array_merge() function : usage variations - numeric keys
11 * Pass array_merge() arrays with only numeric keys to test behaviour.
17 //numeric keys
H A Darray_multisort_basic2.phpt11 echo "*** Testing array_multisort() : basic functionality - renumbering of numeric keys ***\n";
24 *** Testing array_multisort() : basic functionality - renumbering of numeric keys ***
H A Darray_pad_variation6.phpt41 // heredoc with quoted strings and numeric values
51 /*1*/ array(1, 2), // with default keys and numeric values
61 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
62 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
63 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
H A Darray_product_variation1.phpt11 echo "*** Testing array_product() : variation - using non numeric values ***\n";
19 "string" => "hello", "numeric string" => "12",
33 *** Testing array_product() : variation - using non numeric values ***
43 numeric string
H A Darray_rand_variation4.phpt20 // array with numeric keys
H A Darray_reverse_variation3.phpt38 /*1*/ array(1, 2), // array with default keys and numeric values
47 /*8*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
48 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
49 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
H A Darray_reverse_variation6.phpt22 // numeric array
25 // combination of numeric and associative arrays
H A Darray_sum_variation6.phpt16 // array with numeric keys
18 echo "-- with numeric keys --\n";
29 -- with numeric keys --

Completed in 29 milliseconds

12345678910>>...12