1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00

Corrected ceil(-0.5) output value, it is 0 not -0.

This commit is contained in:
Ilia Alshanetsky
2002-09-29 19:21:10 +00:00
parent 3cf681c1d9
commit 0e7e7ae961
+1 -1
View File
@@ -22,7 +22,7 @@ Tests for floor en ceil
?>
--EXPECT--
float(0)
float(-0)
float(0)
float(-1)
float(-1)
float(-1)