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

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
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)