ID: 24415
Updated by: [EMAIL PROTECTED]
Reported By: postings-php-bug at hans-spath dot de
-Status: Open
+Status: Bogus
Bug Type: Math related
Operating System: Windows XP
PHP Version: 5.0.0b1 (beta1)
New Comment:
Tested on Windows and Linux, works on both.
Previous Comments:
------------------------------------------------------------------------
[2003-06-30 11:54:44] postings-php-bug at hans-spath dot de
Description:
------------
Yeah right. PI = 3 ... given a big enough 3 and a small enough pi ...
Reproduce code:
---------------
<? var_dump(array(M_PI,pi())); ?>
Expected result:
----------------
M:\php>echo "<? var_dump(array(M_PI,pi())); ?>" | 431\php -q
"array(2) {
[0]=>
float(3.1415926535898)
[1]=>
float(3.1415926535898)
}
"
Actual result:
--------------
M:\php>echo "<? var_dump(array(M_PI,pi())); ?>" | 500b1\php -q
"array(2) {
[0]=>
float(3)
[1]=>
float(3)
}
"
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=24415&edit=1