Lines Matching refs:h
28 $h = gzopen($secondFile, "w");
29 gzwrite($h, "This is a file in dir2");
30 gzclose($h);
38 $h = gzopen($firstFile, "w");
39 gzwrite($h, "This is a file in dir1");
40 gzclose($h);
48 $h = gzopen($filename, "w");
49 gzwrite($h, "This is a file in working dir");
50 gzclose($h);
66 $h = gzopen($scriptFile, "w");
67 gzwrite($h, "This is a file in script dir");
68 gzclose($h);