sean            Sat Jul  9 11:57:32 2005 EDT

  Modified files:              
    /phpdoc/en/language operators.xml 
  Log:
  bug #33622 (bools not affected by ++/--)
  
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.91&r2=1.92&ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.91 
phpdoc/en/language/operators.xml:1.92
--- phpdoc/en/language/operators.xml:1.91       Wed Jul  6 10:26:29 2005
+++ phpdoc/en/language/operators.xml    Sat Jul  9 11:57:30 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.91 $ -->
+<!-- $Revision: 1.92 $ -->
  <chapter id="language.operators">
   <title>Operators</title>
   <simpara>
@@ -789,6 +789,11 @@
     PHP supports C-style pre- and post-increment and decrement
     operators.
    </para>
+   <note>
+    <simpara>
+     The increment/decrement operators do not affect boolean values.
+    </simpara>
+   </note>
    <table>
     <title>Increment/decrement Operators</title>
     <tgroup cols="3">

Reply via email to