mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
modified tags >,<
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43506 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
510ef4e605
commit
4123696577
1 changed files with 2 additions and 2 deletions
|
@ -269,9 +269,9 @@
|
|||
</para>
|
||||
<para>
|
||||
To embed the value of an object member variable into a string you
|
||||
simply write <literal>"text {$obj->member} text"</literal> while
|
||||
simply write <literal>"text {$obj->member} text"</literal> while
|
||||
in PHP 3.0 you had to use something like <literal>"text
|
||||
".$obj->member." text"</literal>.
|
||||
".$obj->member." text"</literal>.
|
||||
</para>
|
||||
<para>
|
||||
This should lead to more readable code, while it may break
|
||||
|
|
Loading…
Reference in a new issue