]> granicus.if.org Git - php/commitdiff
Corrected ceil(-0.5) output value, it is 0 not -0.
authorIlia Alshanetsky <iliaa@php.net>
Sun, 29 Sep 2002 19:21:10 +0000 (19:21 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 29 Sep 2002 19:21:10 +0000 (19:21 +0000)
ext/standard/tests/math/floorceil.phpt

index 2098e0af7c8536b091a1d12a7c967e294df2b20e..d42c0e86c7d4f35b362b657158f98e6ab162bf63 100644 (file)
@@ -22,7 +22,7 @@ Tests for floor en ceil
 ?>  
 --EXPECT--
 float(0)
-float(-0)
+float(0)
 float(-1)
 float(-1)
 float(-1)