Lines Matching refs:elements
11 //Test indexed array with integers as elements
15 echo "-- Test indexed array with integers as elements --\n";
20 //Test indexed array with strings as elements
24 echo "-- Test indexed array with strings as elements --\n";
28 //Test associative array with strings as keys and integers as elements
32 echo "-- Test associative array with strings as keys and integers as elements --\n";
36 //Test associative array with strings as keys and elements
40 echo "-- Test associative array with strings as keys and integers as elements --\n";
51 -- Test indexed array with integers as elements --
64 -- Test indexed array with strings as elements --
77 -- Test associative array with strings as keys and integers as elements --
90 -- Test associative array with strings as keys and integers as elements --