derek           Wed Feb 25 02:36:36 2004 EDT

  Modified files:              
    /phpdoc/en/reference/math/functions round.xml 
  Log:
  Fixing Example
  
http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/round.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/math/functions/round.xml
diff -u phpdoc/en/reference/math/functions/round.xml:1.6 
phpdoc/en/reference/math/functions/round.xml:1.7
--- phpdoc/en/reference/math/functions/round.xml:1.6    Mon Dec  8 04:20:11 2003
+++ phpdoc/en/reference/math/functions/round.xml        Wed Feb 25 02:36:36 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
   <refentry id="function.round">
    <refnamediv>
@@ -31,7 +31,7 @@
 echo round(3.6, 0);      // 4
 echo round(1.95583, 2);  // 1.96
 echo round(1241757, -3); // 1242000
-echo round(5.045, 2);    // 5.04
+echo round(5.045, 2);    // 5.05
 echo round(5.055, 2);    // 5.06
 ?>
 ]]>


Reply via email to