Test: /ext/standard/tests/math/round.phpt - Version 5.4.0alpha3    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
002+
002- OK
003+ Assert failed:
004+ LONG_MIN-1 ~== round(LONG_MIN - 0.6)
005+ Left: float(-2147483647)
006+ Right: float(-2147483649)
007+
008+ Assert failed:
009+ LONG_MIN-1 ~== floor(LONG_MIN - 0.5)
010+ Left: float(-2147483647)
011+ Right: float(-2147483649)