diff --git a/language/types.xml b/language/types.xml index efeb9612b4..f3fbc70ab4 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. + of PHP 4 and produces fatal error in PHP 5.