--TEST-- Test function gzseek() by calling it with SEEK_END when writing --SKIPIF-- --FILE-- --EXPECTF-- tell=int(23) move to the end of the file Warning: gzseek(): SEEK_END is not supported in %s on line %d int(-1) tell=int(23) tell=int(47) reading the output file This is the first line.This is the second line.