colder Wed Sep 6 11:55:09 2006 UTC
Modified files:
/phpdoc/en/language operators.xml
Log:
Fix #38660 (Implement changes regarding objects in PHP5)
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/operators.xml?r1=1.104&r2=1.105&diff_format=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.104
phpdoc/en/language/operators.xml:1.105
--- phpdoc/en/language/operators.xml:1.104 Fri Sep 1 15:37:21 2006
+++ phpdoc/en/language/operators.xml Wed Sep 6 11:55:09 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.104 $ -->
+<!-- $Revision: 1.105 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@@ -357,7 +357,10 @@
in PHP 3. 'Assignment by reference' means that both variables end
up pointing at the same data, and nothing is copied anywhere.
To learn more about references, please read <link
- linkend="language.references">References explained</link>.
+ linkend="language.references">References explained</link>. As of
+ PHP5 objects are assigned by reference unless explicitly told
+ otherwise with the new <link linkend="language.oop5.cloning">clone</link>
+ keyword.
</para>
</sect1>