cleared up braces/brackets

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147260 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Stefan Walk 2003-12-23 14:26:54 +00:00
parent a0db0c3f73
commit a159a397f8

View file

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