From 1fe28e95f71a8cd9b35f00071a7716d6a5feb261 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 30 Dec 2004 08:47:02 +0000 Subject: [PATCH] Revert git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176021 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 f3fbc70ab4..17b45a4ccc 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -1057,7 +1057,7 @@ echo "I'd like to have another {${ strrev('reeb') }}, hips"; For backwards compatibility, you can still use array-brackets for the same purpose. However, this syntax is deprecated as - of PHP 4 and produces fatal error in PHP 5. + of PHP 4.