diff --git a/language/types.xml b/language/types.xml index df97101e78..983dfb729b 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -1002,7 +1002,7 @@ echo "This square is {$square->width}00 centimeters broad."; echo "This works: {$arr[4][3]}"; // This is wrong for the same reason as $foo[bar] is wrong -// outside a string. In otherwords, it will still work but +// outside a string. In other words, it will still work but // because PHP first looks for a constant named foo, it will // throw an error of level E_NOTICE (undefined constant). echo "This is wrong: {$arr[foo][3]}"; @@ -1929,6 +1929,7 @@ Array [3] => 'March' ) */ +?> ]]> @@ -1937,6 +1938,7 @@ Array Filling an array