ID:               20415
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Math related
 Operating System: Linux 2.2.20
 PHP Version:      4.2.3
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php


Previous Comments:
------------------------------------------------------------------------

[2002-11-13 16:19:24] [EMAIL PROTECTED]

Test program:

$n=16.9;
print intval($n*100)."<br>";  // why does this return 1689
print ($n*100)."<br>";

returns:

1689
1690


my configure line (from PhpInfo() )

'./configure' '--enable-track-vars' '--with-gd=/usr/local'
'--with-zlib-dir=/usr' '--with- png-dir=/usr'
'--with-sybase=/opt/sybase-11.9.2' '--with-apxs=/usr/local/apache/
bin/apxs' '--without-mysql' '--with-pdflib' '--enable-shared=no'


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=20415&edit=1

Reply via email to