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

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
003+ 003- OK 004+ Assert failed: 005+ 3.0 === pow( 27, 1/3) 006+ Left: float(3) 007+ Right: float(3) 008+ 009+ Assert failed: 010+ 3.0 === pow(27.0, 1/3) 011+ Left: float(3) 012+ Right: float(3)