ID: 47732 Updated by: paj...@php.net Reported By: egorich at junik dot lv -Status: Feedback +Status: Bogus Bug Type: Math related Operating System: Windows 2003 PHP Version: 5.2.9 Assigned To: pajoye New Comment:
Please reply in #47304 (duplicated). Previous Comments: ------------------------------------------------------------------------ [2009-03-20 16:00:24] paj...@php.net ok, seems that other are experiencing the same problem. What is the last PHP version working correctly on your machine? Can you try with 5.2.8? I also need to know the exact version of windows, which service pack, architecture (x86 or x64), etc. ------------------------------------------------------------------------ [2009-03-20 14:40:19] paj...@php.net check your script, there is certainly some trailing characters (or badly enconded). C:\Users\pierre\Documents\test\php529-1>php -r "echo ceil(3350/200);" 17 C:\Users\pierre\Documents\test\php529-1> ------------------------------------------------------------------------ [2009-03-20 14:35:01] egorich at junik dot lv Description: ------------ When using ceil(3350/200) I get 2 more symbols (.:) at the end of the result; Using PHP 5.2.9-1 Reproduce code: --------------- echo ceil(3350/200); Expected result: ---------------- 17 Actual result: -------------- 16.: ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47732&edit=1