From 8fffc64e19a368162d806a9ccfc3571a26275143 Mon Sep 17 00:00:00 2001 From: Mark Kronsbein Date: Sun, 6 Jan 2002 17:50:23 +0000 Subject: [PATCH] Fixed Typo assigned to Bug #14889 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67110 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/types.xml b/language/types.xml index d65998e70e..83adf80ead 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -815,7 +815,7 @@ echo "He drunk some ${beer}s"; // works - Similary, you can also have an array index or an object + Similarly, you can also have an array index or an object property parsed. With array indices, the closing square bracket (]) marks the end of the index. For object properties the same rules apply as to simple variables,