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.