[PHP-CVS] cvs: php4 /ext/standard/tests/math floorceil.phpt

2002-09-29 Thread Ilia Alshanetsky
iliaa Sun Sep 29 17:45:55 2002 EDT Modified files: /php4/ext/standard/tests/math floorceil.phpt Log: Removed the ceil(-0.5); test. The return value is depedant on system's libc and even when proper value '-0' is returned, var_dump() converts it to 0 an

[PHP-CVS] cvs: php4 /ext/standard/tests/math floorceil.phpt

2002-09-29 Thread Ilia Alshanetsky
iliaa Sun Sep 29 15:21:10 2002 EDT Modified files: /php4/ext/standard/tests/math floorceil.phpt Log: Corrected ceil(-0.5) output value, it is 0 not -0. Index: php4/ext/standard/tests/math/floorceil.phpt diff -u php4/ext/standard/tests/math/floorceil.