From: Ilia Alshanetsky Date: Sun, 29 Sep 2002 21:45:54 +0000 (+0000) Subject: Removed the ceil(-0.5); test. The return value is depedant on system's X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0454bf2d0de8b69e8ce5ea380e688413b6b3cded;p=php 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 anyway. --- diff --git a/ext/standard/tests/math/floorceil.phpt b/ext/standard/tests/math/floorceil.phpt index d42c0e86c7..3ac2094610 100644 --- a/ext/standard/tests/math/floorceil.phpt +++ b/ext/standard/tests/math/floorceil.phpt @@ -4,9 +4,9 @@ Tests for floor en ceil --GET-- --FILE-- --EXPECT-- float(0) -float(0) float(-1) float(-1) float(-1)