Lines Matching refs:keys
12 * with Numeric & string keys
22 * Description : Function adds values with keys & user_data
36 * $key - keys in given input array
50 * $key - keys in given input array
51 * Description : Function displays each element of an array with keys
62 // Numeric keys
64 echo "-- Associative array with numeric keys --\n";
67 // String keys
69 echo "-- Associative array with string keys --\n";
74 echo "-- Associative array with binary keys --\n";
77 // Mixed keys - numeric/string
79 echo "-- Associative array with numeric/string keys --\n";
86 -- Associative array with numeric keys --
108 -- Associative array with string keys --
122 -- Associative array with binary keys --
130 -- Associative array with numeric/string keys --