mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Was more correct before.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43102 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b68c98c4f4
commit
5f1e3a1b3b
1 changed files with 2 additions and 2 deletions
|
@ -199,8 +199,8 @@ $different_cart = new Constructor_Cart ("20", 17);
|
|||
<sect1 id="language.oop.newref">
|
||||
<title>References inside the constructor</title>
|
||||
<para>
|
||||
Creating references within the constructor can lead to confusing results. This tutorial like section helps you
|
||||
to avoiding this kind of problems.
|
||||
Creating references within the constructor can lead to confusing
|
||||
results. This tutorial-like section helps you to avoid problems.
|
||||
|
||||
<informalexample>
|
||||
<programlisting role="php">
|
||||
|
|
Loading…
Reference in a new issue