[PHP-DOC] cvs: phpdoc /en/language operators.xml From: Torben Wilson (torben <email protected>)
Date: 08/28/00

torben Mon Aug 28 10:56:36 2000 EDT

  Modified files:
    /phpdoc/en/language operators.xml
  Log:
  
  
  Fix up the div operator thing again.
  
  
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.12 phpdoc/en/language/operators.xml:1.13
--- phpdoc/en/language/operators.xml:1.12 Sat Aug 26 18:44:41 2000
+++ phpdoc/en/language/operators.xml Mon Aug 28 10:56:36 2000
@@ -52,8 +52,10 @@
    <simpara>
     The division operator ("/") returns an integer value (the result
     of an integer division) if the two operands are integers (or
- strings that get converted to integers). If either operand is a
- floating-point value, floating-point division is performed.
+ strings that get converted to integers) and the quotient is an
+ integer. If either operand is a floating-point value, or the
+ operation results in a non-integer value, a floating-point value
+ is returned.
    </simpara>
   </sect1>