From 0454bf2d0de8b69e8ce5ea380e688413b6b3cded Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sun, 29 Sep 2002 21:45:54 +0000 Subject: [PATCH] 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. --- ext/standard/tests/math/floorceil.phpt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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) -- 2.50.1