Test: /ext/zlib/tests/gzseek_basic.phpt - Version 5.3.19    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Fatal error: Call to undefined function gzopen() in %s/gzseek_basic.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===