Lines Matching refs:in

2 Test gzopen() function : variation: use include path (relative directories in path)
21 //define the files to go into these directories, create one in dir2
43 // create a file in the middle directory
45 gzwrite($h, "This is a file in dir2");
55 //create a file in dir1
57 gzwrite($h, "This is a file in dir1");
66 // create a file in working directory
68 gzwrite($h, "This is a file in working dir");
80 //should read the file in working dir
86 // create a file in the script directory
88 gzwrite($h, "This is a file in script dir");
91 //should read the file in script dir
111 This is a file in dir2
112 This is a file in dir1
113 This is a file in dir1
114 This is a file in working dir
115 This is a file in script dir
119 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
121 Warning: gzpassthru() expects parameter 1 to be resource, boolean given in %s on line %d
123 Warning: gzclose() expects parameter 1 to be resource, boolean given in %s on line %d
126 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
128 Warning: gzpassthru() expects parameter 1 to be resource, boolean given in %s on line %d
130 Warning: gzclose() expects parameter 1 to be resource, boolean given in %s on line %d
133 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
135 Warning: gzpassthru() expects parameter 1 to be resource, boolean given in %s on line %d
137 Warning: gzclose() expects parameter 1 to be resource, boolean given in %s on line %d
140 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
142 Warning: gzpassthru() expects parameter 1 to be resource, boolean given in %s on line %d
144 Warning: gzclose() expects parameter 1 to be resource, boolean given in %s on line %d
147 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
149 Warning: gzpassthru() expects parameter 1 to be resource, boolean given in %s on line %d
151 Warning: gzclose() expects parameter 1 to be resource, boolean given in %s on line %d
155 This is a file in dir2
156 This is a file in dir1
157 This is a file in dir1
158 This is a file in working dir
159 This is a file in script dir