Test: /ext/zlib/tests/gzseek_variation2.phpt - Version 5.5.0    

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

Count Diff
1 (50%)
002+ int(-1)
003+ tell=
004+ string(0) ""
002- int(0)
003- tell=50
004- string(10) " high abov"
007+ int(-1)
008+ tell=
009+ string(0) ""
007- int(0)
008- tell=100
009- string(10) "Destiny wh"
012+ int(-1)
013+ tell=
014+ string(0) ""
012- int(0)
013- tell=20
014- string(10) "hrough fee"
1 (50%)
001+ Fatal error: Call to undefined function gzopen() in %s/gzseek_variation2.php on line 3
001- move to the 50th byte
002- int(0)
003- tell=50
004- string(10) " high abov"
005-
006- move forward to the 100th byte
007- int(0)
008- tell=100
009- string(10) "Destiny wh"
010-
011- move backward to the 20th byte
012- int(0)
013- tell=20
014- string(10) "hrough fee"
015- ===DONE===