--TEST-- Test function gzseek() by calling it with SEEK_END when reading --SKIPIF-- --FILE-- ===DONE=== --EXPECTF-- move 40 bytes tell=int(40) move to the end Warning: gzseek(): SEEK_END is not supported in %s on line %d int(-1) tell=int(40) eof=bool(false) string(10) "iny flying" ===DONE===