From c152ca4e5f38168698e700eeb60321a576aacb8f Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Sun, 28 Sep 2003 12:19:18 +0000 Subject: [PATCH] typo... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141203 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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