From: valeriy-v at yandex dot ru Operating system: windows xp PHP version: 4.3.4 PHP Bug Type: Math related Bug description: wrong result
Description: ------------ <?php echo 22512.65+0-22511.03,'<br>'; ?> will print 1.6200000000026 Reproduce code: --------------- <?php echo 22512.65+0-22511.03,'<br>'; ?> Expected result: ---------------- wrong result 1.6200000000026 Actual result: -------------- 1.68 -- Edit bug report at http://bugs.php.net/?id=27332&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27332&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27332&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27332&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27332&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27332&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27332&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27332&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27332&r=support Expected behavior: http://bugs.php.net/fix.php?id=27332&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27332&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27332&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27332&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27332&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27332&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27332&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27332&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27332&r=float
