mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
9b48b91781
commit
568b69c994
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue