Home
last modified time | relevance | path

Searched refs:gzopen (Results 51 – 63 of 63) sorted by relevance

123

/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt13 $h = gzopen($f,'r');
H A Dzlib_filter_inflate2.phpt8 $a = gzopen(__DIR__ . '/test.txt.gz', 'w');
H A Dgzseek_basic.phpt12 $h = gzopen($f, 'r');
H A Dgzseek_variation2.phpt12 $h = gzopen($f, 'r');
H A Dgzseek_variation3.phpt12 $h = gzopen($f, 'r');
H A Dgzfilegzreadfile.phpt30 $fp = gzopen($filename, "wb");
/PHP-7.4/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc26 if ($compress === 'zlib' && !function_exists('gzopen')) {
131 $this->tmp = gzopen($this->path, 'wb');
H A Dcorrupt_tarmaker.php.inc26 if ($compress === 'zlib' && !function_exists('gzopen')) {
139 $this->tmp = gzopen($this->path, 'wb');
H A Dmake.dangerous.tar.php.inc27 if ($compress === 'zlib' && !function_exists('gzopen')) {
132 $this->tmp = gzopen($this->path, 'wb');
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dphar_test.inc65 $fp = gzopen($fname, 'w');
/PHP-7.4/ext/phar/tests/files/
H A Dphar_test.inc65 $fp = gzopen($fname, 'w');
/PHP-7.4/win32/build/
H A Dmkdist.php178 $fp = gzopen($tarball, 'rb');
/PHP-7.4/ext/zlib/
H A Dzlib.c43 #undef gzopen
602 static PHP_FUNCTION(gzopen) in PHP_FUNCTION() argument
1398 PHP_FE(gzopen, arginfo_gzopen)

Completed in 17 milliseconds

123