From a159a397f84ff7bc0c7ce926c29c892096d7690a Mon Sep 17 00:00:00 2001 From: Stefan Walk Date: Tue, 23 Dec 2003 14:26:54 +0000 Subject: [PATCH] cleared up braces/brackets git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147260 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 9ad22ec0ed..8bb95f9ca7 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -1037,7 +1037,7 @@ echo "I'd like to have another {${ strrev('reeb') }}, hips"; - For backwards compatibility, you can still use array-braces + For backwards compatibility, you can still use array-brackets for the same purpose. However, this syntax is deprecated as of PHP 4.