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:
@@ -22,7 +22,7 @@ Tests for floor en ceil
|
||||
?>
|
||||
--EXPECT--
|
||||
float(0)
|
||||
float(-0)
|
||||
float(0)
|
||||
float(-1)
|
||||
float(-1)
|
||||
float(-1)
|
||||
|
||||
Reference in New Issue
Block a user