diff options
| -rw-r--r-- | ext/standard/tests/math/floorceil.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/math/floorceil.phpt b/ext/standard/tests/math/floorceil.phpt index 2098e0af7c..d42c0e86c7 100644 --- a/ext/standard/tests/math/floorceil.phpt +++ b/ext/standard/tests/math/floorceil.phpt @@ -22,7 +22,7 @@ Tests for floor en ceil ?> --EXPECT-- float(0) -float(-0) +float(0) float(-1) float(-1) float(-1) |
