Lines Matching refs:gzopen
2 Test gzopen() function : variation: try opening with possibly invalid modes
11 echo "*** Testing gzopen() : variation ***\n";
19 $h = gzopen($file, $mode);
20 echo "gzopen=";
29 *** Testing gzopen() : variation ***
32 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
33 gzopen=bool(false)
36 gzopen=resource(%d) of type (stream)
40 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
41 gzopen=bool(false)
45 Warning: gzopen(%s/004.txt.gz): Failed to open stream: %s in %s on line %d
46 gzopen=bool(false)