Lines Matching refs:keys
33 /*1*/ array(1, 2), // array with default keys and numeric values
34 array(1.1, 2.2), // array with default keys & float values
36 array(false,true), // array with default keys and boolean values
42 /*8*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
43 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
44 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
55 // array with repetitive keys
67 echo "- with \$preserve keys = true -\n";
89 - with $preserve keys = true -
111 - with $preserve keys = true -
139 - with $preserve keys = true -
173 - with $preserve keys = true -
191 - with $preserve keys = true -
203 - with $preserve keys = true -
229 - with $preserve keys = true -
269 - with $preserve keys = true -
297 - with $preserve keys = true -
327 - with $preserve keys = true -
359 - with $preserve keys = true -
387 - with $preserve keys = true -
415 - with $preserve keys = true -
445 - with $preserve keys = true -
477 - with $preserve keys = true -
511 - with $preserve keys = true -
551 - with $preserve keys = true -
579 - with $preserve keys = true -