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