vrana           Thu Jul 14 06:04:55 2005 EDT

  Modified files:              
    /phpdoc/en/language operators.xml 
  Log:
  Object comparison in PHP 5 (bug #33626)
  
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.93&r2=1.94&ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.93 
phpdoc/en/language/operators.xml:1.94
--- phpdoc/en/language/operators.xml:1.93       Thu Jul 14 05:25:38 2005
+++ phpdoc/en/language/operators.xml    Thu Jul 14 06:04:53 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.93 $ -->
+<!-- $Revision: 1.94 $ -->
  <chapter id="language.operators">
   <title>Operators</title>
   <simpara>
@@ -578,7 +578,10 @@
        <entry><type>object</type></entry>
        <entry><type>object</type></entry>
        <entry>Built-in classes can define its own comparison, different classes
-        are uncomparable, same class - compare properties the same way as 
arrays</entry>
+        are uncomparable, same class - compare properties the same way as
+        arrays (PHP 4), PHP 5 has its own <link
+        linkend="language.oop5.object-comparison">explanation</link>
+       </entry>
       </row>
       <row>
        <entry><type>string</type>, <type>resource</type> or 
<type>number</type></entry>

Reply via email to