Lines Matching refs:keys
7 * with Numeric & string keys
40 // Numeric keys
42 echo "-- Associative array with numeric keys --\n";
45 // String keys
47 echo "-- Associative array with string keys --\n";
52 echo "-- Associative array with binary keys --\n";
55 // Mixed keys - numeric/string
57 echo "-- Associative array with numeric/string keys --\n";
64 -- Associative array with numeric keys --
86 -- Associative array with string keys --
100 -- Associative array with binary keys --
108 -- Associative array with numeric/string keys --