Home
last modified time | relevance | path

Searched refs:gzopen (Results 1 – 25 of 64) sorted by relevance

123

/PHP-8.1/ext/zlib/tests/
H A Dgzopen_variation9.phpt2 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)
37 gzopen=bool(false)
41 Warning: gzopen(%s/004.txt.gz): Failed to open stream: %s in %s on line %d
[all …]
H A Dgzopen_variation6.phpt2 Test gzopen() function : variation: relative/absolute file
7 echo "*** Testing gzopen() : variation ***\n";
11 $h = gzopen($absfile, "w");
15 $h = gzopen($relfile, "w");
19 $h = gzopen($absfile, "r");
24 $h = gzopen($relfile, "r");
33 *** Testing gzopen() : variation ***
H A Dbug61139.phpt2 Bug #61139 (gzopen leaks when specifying invalid mode)
8 gzopen('someFile', 'c');
14 Warning: gzopen(): gzopen failed in %s on line %d
H A Dgzopen_variation4.phpt7 echo "*** Testing gzopen() : usage variation ***\n";
34 $h = gzopen($secondFile, "w");
40 $h = gzopen($filename, $mode, true);
48 $h = gzopen($firstFile, "w");
53 $h = gzopen($filename, $mode, true);
61 $h = gzopen($filename, "w");
66 $h = gzopen($filename, $mode, true);
77 $h = gzopen($filename, $mode, true);
85 $h = gzopen($scriptFile, "w");
90 $h = gzopen($filename, $mode, true);
[all …]
H A Dgzopen_basic.phpt2 Test gzopen() function : basic functionality
7 echo "*** Testing gzopen() : basic functionality ***\n";
15 // Calling gzopen() with all possible arguments
16 $h = gzopen($filename, $mode, $use_include_path);
20 // Calling gzopen() with mandatory arguments
21 $h = gzopen($filename, $mode);
27 *** Testing gzopen() : basic functionality ***
H A Dgzopen_basic2.phpt2 Test gzopen() function : basic functionality for writing
7 echo "*** Testing gzopen() : basic functionality ***\n";
17 $h = gzopen($filename, $mode);
21 $h = gzopen($filename, 'r');
34 *** Testing gzopen() : basic functionality ***
39 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
H A Dgzopen_variation5.phpt2 Test gzopen() function : variation: use include path and stream context create a file, relative path
9 echo "*** Testing gzopen() : variation ***\n";
27 $h = gzopen($tmpfile, "w", true);
32 $h = @gzopen($tmpfile, "r");
42 $h = @gzopen('dir1/'.$tmpfile, "r");
54 *** Testing gzopen() : variation ***
H A Dgzopen_variation8.phpt2 Test gzopen() function : variation: opening a plain file
7 echo "*** Testing gzopen() : variation ***\n";
20 $h = gzopen($file, 'r');
27 *** Testing gzopen() : variation ***
H A Dgzreadgzwrite.phpt2 gzopen(), gzread(), gzwrite()
10 $fp = gzopen($filename, "wb");
16 $fp = gzopen($filename, "rb");
H A Dgzopen_variation7.phpt2 Test function gzopen() by calling it twice on the same file and not closing one of them at the end …
9 $h1 = gzopen($f, 'r');
10 $h2 = gzopen($f, 'r');
H A Dgzwrite_error2.phpt9 $h = gzopen($filename, 'w');
15 $h = gzopen($filename, 'r');
H A Dgzrewind_variation1.phpt8 $h = gzopen($f, 'w');
14 $h = gzopen($f, 'r');
H A Dgzputs_basic.phpt9 $h = gzopen($filename, 'w');
16 $h = gzopen($filename, 'r');
H A Dgzwrite_basic.phpt9 $h = gzopen($filename, 'w');
16 $h = gzopen($filename, 'r');
H A Dgzread_variation1.phpt9 $h = gzopen($filename, 'w');
18 $h = gzopen($filename, 'r');
H A Dzlib_wrapper_fflush_basic.phpt9 $h = gzopen($filename, 'w');
18 $h = gzopen($filename, 'r');
H A Dzlib_scheme_copy_basic.phpt14 $h = gzopen($inputFileName, 'r');
18 $h = gzopen($outputFileName, 'r');
H A Dzlib_wrapper_ftruncate_basic.phpt11 $h = gzopen($f2, "r");
16 $h = gzopen($f2, "w");
H A Dgzfile_variation15.phpt28 $h = gzopen($secondFile, "w");
37 $h = gzopen($firstFile, "w");
46 $h = gzopen($filename, "w");
62 $h = gzopen($scriptFile, "w");
H A Dreadgzfile_variation15.phpt28 $h = gzopen($secondFile, "w");
38 $h = gzopen($firstFile, "w");
48 $h = gzopen($filename, "w");
66 $h = gzopen($scriptFile, "w");
H A Dgzseek_variation1.phpt8 $h = gzopen($f, 'w');
17 $h = gzopen($f, 'r');
H A Dgzclose_basic.phpt11 $h = gzopen($f, 'r');
22 $h = gzopen($f, 'r');
H A Dgzreadgzwriteplain.phpt2 gzopen(), gzread(), gzwrite() for non-compressed data
16 $fp = gzopen($filename, "rb");
H A Dgzseek_basic2.phpt8 $h = gzopen($f, 'w');
21 $h = gzopen($f, 'r');
H A Dgzseek_variation4.phpt8 $h = gzopen($f, 'w');
21 $h = gzopen($f, 'r');

Completed in 31 milliseconds

123