ID: 44084 User updated by: hosting at indiannic dot com Reported By: hosting at indiannic dot com Status: Open Bug Type: Math related Operating System: windows 2000 PHP Version: 5.2.5 New Comment:
a few links below we have php 5 and php 4 both on the same server windows 2000 with iis 5 this is on php 5.2.5 http://maptelltrack.com/divide.php this gives correct Wrong answer this is on php 4.3.10 http://maptell.com/divide.php this gives correct answer Previous Comments: ------------------------------------------------------------------------ [2008-02-09 14:58:03] hosting at indiannic dot com Description: ------------ dividing a float value with another gives result as 10 always Reproduce code: --------------- <?php $test = 46985.532 / 3600 ; echo($test); ?> Expected result: ---------------- 13.0515 Actual result: -------------- 10 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=44084&edit=1