ID:               38910
 User updated by:  femteuwen at cs dot com
-Summary:          out of abs() is different
 Reported By:      femteuwen at cs dot com
 Status:           Open
 Bug Type:         *General Issues
 Operating System: Win32 and UNIX
 PHP Version:      5.1.6
 New Comment:

it's the echo function that produces the output difference.

echo(5e93); 

on 5.1.6/unix-64bits outputs: 5E+93
on 5.1.6/win-32bits outputs:  5E+093


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

[2006-09-21 13:28:53] femteuwen at cs dot com

Description:
------------
echo(abs(5e93));

on 5.1.6/unix-64bits outputs: 5E+93
on 5.1.6/win-32bits outputs:  5E+093


Reproduce code:
---------------
echo(abs(5e93));

Expected result:
----------------
same result, version/OS/architecture independent.



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


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

Reply via email to