Test: /ext/phar/tests/022.phpt - Version 5.4.12-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
020- fseek($fp, 6)int(0)
021- int(6)
022- fseek($fp, 8)int(-1)
023- bool(false)
024- fseek($fp, -1)int(-1)
025- bool(false)
026- next
027- int(4)
028- fseek($fp, -5, SEEK_CUR)int(-1)
029- bool(false)
030- int(4)
031- fseek($fp, 5, SEEK_CUR)int(-1)
032- bool(false)
033- int(4)
034- fseek($fp, -4, SEEK_CUR)int(0)
035- int(0)
036- int(4)
037- fseek($fp, 3, SEEK_CUR)int(0)
038- int(7)