Lines Matching refs:gzopen
2 Test gzopen() function : variation: try opening with possibly invalid modes
11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
17 echo "*** Testing gzopen() : variation ***\n";
25 $h = gzopen($file, $mode);
26 echo "gzopen=";
36 *** Testing gzopen() : variation ***
39 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
40 gzopen=bool(false)
43 gzopen=resource(%d) of type (stream)
47 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
48 gzopen=bool(false)
52 Warning: gzopen(%s/004.txt.gz): failed to open stream: %s in %s on line %d
53 gzopen=bool(false)