Lines Matching refs:elements
17 //Test indexed array with integers as elements
21 echo "-- Test indexed array with integers as elements --\n";
26 //Test indexed array with strings as elements
30 echo "-- Test indexed array with strings as elements --\n";
34 //Test associative array with strings as keys and integers as elements
38 echo "-- Test associative array with strings as keys and integers as elements --\n";
42 //Test associative array with strings as keys and elements
46 echo "-- Test associative array with strings as keys and integers as elements --\n";
57 -- Test indexed array with integers as elements --
70 -- Test indexed array with strings as elements --
83 -- Test associative array with strings as keys and integers as elements --
96 -- Test associative array with strings as keys and integers as elements --