dams            Thu Apr 18 22:44:45 2002 EDT

  Modified files:              
    /phpdoc/en/language operators.xml 
  Log:
  The paragraph about integer division is inconsistent, and wrong
  
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.33 phpdoc/en/language/operators.xml:1.34
--- phpdoc/en/language/operators.xml:1.33       Sat Apr 13 05:59:00 2002
+++ phpdoc/en/language/operators.xml    Thu Apr 18 22:44:44 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.33 $ -->
+<!-- $Revision: 1.34 $ -->
  <chapter id="language.operators">
   <title>Operators</title>
   <simpara>
@@ -163,7 +163,13 @@
      </tbody>
     </tgroup>
    </table>
-   
+   <simpara>
+    The division operator ("/") returns a float value anytime,
+    event if the two operands are integers (or strings that get
+    converted to integers).
+   </simpara>
+
+   <!--
    <simpara>
     The division operator ("/") returns an integer value (the result
     of an integer division) if the two operands are integers (or
@@ -172,6 +178,7 @@
     operation results in a non-integer value, a floating-point value
     is returned.
    </simpara>
+   -->
   </sect1>
   
   <sect1 id="language.operators.assignment">


Reply via email to