vrana           Thu Jul 14 05:25:39 2005 EDT

  Modified files:              
    /phpdoc/en/language operators.xml 
  Log:
  Incrementing null (bug #33622)
  
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.92&r2=1.93&ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.92 
phpdoc/en/language/operators.xml:1.93
--- phpdoc/en/language/operators.xml:1.92       Sat Jul  9 11:57:30 2005
+++ phpdoc/en/language/operators.xml    Thu Jul 14 05:25:38 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.92 $ -->
+<!-- $Revision: 1.93 $ -->
  <chapter id="language.operators">
   <title>Operators</title>
   <simpara>
@@ -792,6 +792,8 @@
    <note>
     <simpara>
      The increment/decrement operators do not affect boolean values.
+     Decrementing &null; values has no effect too, but incrementing them
+     results in <literal>1</literal>.
     </simpara>
    </note>
    <table>

Reply via email to