ID: 47732 Updated by: paj...@php.net Reported By: egorich at junik dot lv -Status: Open +Status: Bogus Bug Type: Math related Operating System: Windows 2003 PHP Version: 5.2.9 New Comment:
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> Previous Comments: ------------------------------------------------------------------------ [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