Test: /ext/standard/tests/math/pow.phpt - Version 5.5.1    

There are 2 different diffs reported by users for this test.

Count Diff
4 (80%)
003+
003- OK
004+ Assert failed:
005+ TRUE === is_infinite(pow(0,-2))
006+ Left: bool(true)
007+ Right: bool(false)
008+
009+ Assert failed:
010+ TRUE === is_infinite(pow(0,-1))
011+ Left: bool(true)
012+ Right: bool(false)
013+
014+ Assert failed:
015+ TRUE === is_infinite(pow(0,-2.0))
016+ Left: bool(true)
017+ Right: bool(false)
018+
019+ Assert failed:
020+ TRUE === is_infinite(pow(0,-1.0))
021+ Left: bool(true)
022+ Right: bool(false)
023+
024+ Assert failed:
025+ TRUE === is_infinite(pow(0.0,-2.0))
026+ Left: bool(true)
027+ Right: bool(false)
028+
029+ Assert failed:
030+ TRUE === is_infinite(pow(0.0,-1.0))
031+ Left: bool(true)
032+ Right: bool(false)
033+
034+ Assert failed:
035+ TRUE === is_infinite(pow( 0.0,-2))
036+ Left: bool(true)
037+ Right: bool(false)
038+
039+ Assert failed:
040+ TRUE === is_infinite(pow( 0.0,-1))
041+ Left: bool(true)
042+ Right: bool(false)
1 (20%)
003+
003- OK
004+ Assert failed:
005+ LONG_MAX-1 === pow(LONG_MAX-1,1)
006+ Left: int(9223372036854775806)
007+ Right: float(9.2233720368548E+18)
008+
009+ Assert failed:
010+ LONG_MIN+1 === pow(LONG_MIN+1,1)
011+ Left: int(-9223372036854775807)
012+ Right: float(-9.2233720368548E+18)
013+
014+ Assert failed:
015+ LONG_MAX === pow(LONG_MAX,1)
016+ Left: int(9223372036854775807)
017+ Right: float(9.2233720368548E+18)