array elements, not array variables.

Fix bug #53240

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305086 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2010-11-04 16:18:15 +00:00
parent 9b48b91781
commit 568b69c994

View file

@ -588,7 +588,7 @@ echo "This square is $square->{width}00 centimeters broad.";
</simpara>
<simpara>
Any scalar variable, array variable or object property with a
Any scalar variable, array element or object property with a
<type>string</type> representation can be included via this syntax.
Simply write the expression the same way as it would appear outside the
<type>string</type>, and then wrap it in <literal>{</literal> and