mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Better fix for http://news.php.net/php.webmaster/3784
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288123 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
14e0c3062d
commit
98bb1ae93e
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ echo "This square is $square->{width}00 centimeters broad.";
|
|||
<simpara>
|
||||
In fact, any value in the namespace can be included in a
|
||||
<type>string</type> with this syntax. Simply write the expression the same
|
||||
way as it would have appeared outside the <type>string</type>, and then wrap it
|
||||
way as it would appear outside the <type>string</type>, and then wrap it
|
||||
in <literal>{</literal> and <literal>}</literal>. Since
|
||||
<literal>{</literal> can not be escaped, this syntax will only be
|
||||
recognised when the <literal>$</literal> immediately follows the
|
||||
|
|
Loading…
Reference in a new issue