git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176021 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-12-30 08:47:02 +00:00
parent dc11816680
commit 1fe28e95f7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.145 $ -->
<!-- $Revision: 1.146 $ -->
<chapter id="language.types">
<title>Types</title>
@ -1057,7 +1057,7 @@ echo "I'd like to have another {${ strrev('reeb') }}, hips";
<simpara>
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.
</simpara>
</note>
<para>