/PHP-8.0/ext/zlib/tests/ |
H A D | gzopen_variation9.phpt | 2 Test gzopen() function : variation: try opening with possibly invalid modes 11 echo "*** Testing gzopen() : variation ***\n"; 19 $h = gzopen($file, $mode); 20 echo "gzopen="; 29 *** Testing gzopen() : variation *** 32 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin… 33 gzopen=bool(false) 36 gzopen=resource(%d) of type (stream) 41 gzopen=bool(false) 45 Warning: gzopen(%s/004.txt.gz): Failed to open stream: %s in %s on line %d [all …]
|
H A D | gzopen_variation6.phpt | 2 Test gzopen() function : variation: relative/absolute file 11 echo "*** Testing gzopen() : variation ***\n"; 15 $h = gzopen($absfile, "w"); 19 $h = gzopen($relfile, "w"); 23 $h = gzopen($absfile, "r"); 28 $h = gzopen($relfile, "r"); 37 *** Testing gzopen() : variation ***
|
H A D | bug61139.phpt | 2 Bug #61139 (gzopen leaks when specifying invalid mode) 12 gzopen('someFile', 'c'); 18 Warning: gzopen(): gzopen failed in %s on line %d
|
H A D | gzopen_variation4.phpt | 11 echo "*** Testing gzopen() : usage variation ***\n"; 38 $h = gzopen($secondFile, "w"); 44 $h = gzopen($filename, $mode, true); 52 $h = gzopen($firstFile, "w"); 57 $h = gzopen($filename, $mode, true); 65 $h = gzopen($filename, "w"); 70 $h = gzopen($filename, $mode, true); 81 $h = gzopen($filename, $mode, true); 89 $h = gzopen($scriptFile, "w"); 94 $h = gzopen($filename, $mode, true); [all …]
|
H A D | gzopen_basic.phpt | 2 Test gzopen() function : basic functionality 11 echo "*** Testing gzopen() : basic functionality ***\n"; 19 // Calling gzopen() with all possible arguments 20 $h = gzopen($filename, $mode, $use_include_path); 24 // Calling gzopen() with mandatory arguments 25 $h = gzopen($filename, $mode); 31 *** Testing gzopen() : basic functionality ***
|
H A D | gzopen_basic2.phpt | 2 Test gzopen() function : basic functionality for writing 11 echo "*** Testing gzopen() : basic functionality ***\n"; 21 $h = gzopen($filename, $mode); 25 $h = gzopen($filename, 'r'); 38 *** Testing gzopen() : basic functionality *** 43 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
|
H A D | gzopen_variation5.phpt | 2 Test gzopen() function : variation: use include path and stream context create a file, relative path 13 echo "*** Testing gzopen() : variation ***\n"; 31 $h = gzopen($tmpfile, "w", true); 36 $h = @gzopen($tmpfile, "r"); 46 $h = @gzopen('dir1/'.$tmpfile, "r"); 58 *** Testing gzopen() : variation ***
|
H A D | gzopen_variation8.phpt | 2 Test gzopen() function : variation: opening a plain file 11 echo "*** Testing gzopen() : variation ***\n"; 24 $h = gzopen($file, 'r'); 31 *** Testing gzopen() : variation ***
|
H A D | gzreadgzwrite.phpt | 2 gzopen(), gzread(), gzwrite() 11 $fp = gzopen($filename, "wb"); 17 $fp = gzopen($filename, "rb");
|
H A D | gzopen_variation7.phpt | 2 Test function gzopen() by calling it twice on the same file and not closing one of them at the end … 13 $h1 = gzopen($f, 'r'); 14 $h2 = gzopen($f, 'r');
|
H A D | gzwrite_error2.phpt | 13 $h = gzopen($filename, 'w'); 19 $h = gzopen($filename, 'r');
|
H A D | gzrewind_variation1.phpt | 12 $h = gzopen($f, 'w'); 18 $h = gzopen($f, 'r');
|
H A D | gzputs_basic.phpt | 13 $h = gzopen($filename, 'w'); 20 $h = gzopen($filename, 'r');
|
H A D | gzwrite_basic.phpt | 13 $h = gzopen($filename, 'w'); 20 $h = gzopen($filename, 'r');
|
H A D | gzread_variation1.phpt | 13 $h = gzopen($filename, 'w'); 22 $h = gzopen($filename, 'r');
|
H A D | zlib_scheme_copy_basic.phpt | 18 $h = gzopen($inputFileName, 'r'); 22 $h = gzopen($outputFileName, 'r');
|
H A D | zlib_wrapper_ftruncate_basic.phpt | 15 $h = gzopen($f2, "r"); 20 $h = gzopen($f2, "w");
|
H A D | gzfile_variation15.phpt | 32 $h = gzopen($secondFile, "w"); 41 $h = gzopen($firstFile, "w"); 50 $h = gzopen($filename, "w"); 66 $h = gzopen($scriptFile, "w");
|
H A D | zlib_wrapper_fflush_basic.phpt | 13 $h = gzopen($filename, 'w'); 22 $h = gzopen($filename, 'r');
|
H A D | gzseek_variation1.phpt | 12 $h = gzopen($f, 'w'); 21 $h = gzopen($f, 'r');
|
H A D | readgzfile_variation15.phpt | 32 $h = gzopen($secondFile, "w"); 42 $h = gzopen($firstFile, "w"); 52 $h = gzopen($filename, "w"); 70 $h = gzopen($scriptFile, "w");
|
H A D | gzclose_basic.phpt | 15 $h = gzopen($f, 'r'); 26 $h = gzopen($f, 'r');
|
H A D | gzreadgzwriteplain.phpt | 2 gzopen(), gzread(), gzwrite() for non-compressed data 17 $fp = gzopen($filename, "rb");
|
H A D | gzseek_basic2.phpt | 12 $h = gzopen($f, 'w'); 25 $h = gzopen($f, 'r');
|
H A D | gzseek_variation4.phpt | 12 $h = gzopen($f, 'w'); 25 $h = gzopen($f, 'r');
|