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">- [PHP-DOC] cvs: phpdoc /en/language operators.xml Jim Winstead
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Jeroen van Wolffelaar
- Re: [PHP-DOC] cvs: phpdoc /en/language oper... Lars Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Jirka Kosek
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... jim winstead
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Andrew Lindeman
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Philip Olson
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Philip Olson
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... CHAILLAN Nicolas
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Philip Olson
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Moriyoshi Koizumi
