sniper          Mon Jun 16 15:59:28 2003 EDT

  Modified files:              
    /php4/ext/standard/tests/math       bug24142.phpt 
  Log:
  Fixed the expected result
  
Index: php4/ext/standard/tests/math/bug24142.phpt
diff -u php4/ext/standard/tests/math/bug24142.phpt:1.1 
php4/ext/standard/tests/math/bug24142.phpt:1.2
--- php4/ext/standard/tests/math/bug24142.phpt:1.1      Mon Jun 16 13:50:07 2003
+++ php4/ext/standard/tests/math/bug24142.phpt  Mon Jun 16 15:59:27 2003
@@ -1,10 +1,10 @@
 --TEST--
 Bug #24142 (round() problems)
 --FILE--
-<?php // $Id: bug24142.phpt,v 1.1 2003/06/16 17:50:07 derick Exp $ vim600:syn=php
+<?php // $Id: bug24142.phpt,v 1.2 2003/06/16 19:59:27 sniper Exp $ vim600:syn=php
 echo round(5.045, 2). "\n";
 echo round(5.055, 2). "\n";
 ?>
 --EXPECT--
-5.04
+5.05
 5.06



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to