Home
last modified time | relevance | path

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

123

/PHP-8.1/ext/zlib/tests/
H A Dgzseek_variation2.phpt8 $h = gzopen($f, 'r');
H A Dgzseek_basic.phpt8 $h = gzopen($f, 'r');
H A Dgzseek_variation3.phpt8 $h = gzopen($f, 'r');
H A Dzlib_filter_inflate2.phpt8 $a = gzopen(__DIR__ . '/test.txt.gz', 'w');
H A Dgzfilegzreadfile.phpt29 $fp = gzopen($filename, "wb");
/PHP-8.1/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-8.1/ext/zlib/
H A Dzlib_arginfo.h139 ZEND_FUNCTION(gzopen);
171 ZEND_FE(gzopen, arginfo_gzopen)
H A Dzlib.stub.php37 function gzopen(string $filename, string $mode, int $use_include_path = 0) {} function
H A Dzlib.c41 #undef gzopen
648 PHP_FUNCTION(gzopen) in PHP_FUNCTION() argument
/PHP-8.1/ext/phar/tests/files/
H A Dphar_test.inc65 $fp = gzopen($fname, 'w');
/PHP-8.1/ext/phar/tests/cache_list/files/
H A Dphar_test.inc65 $fp = gzopen($fname, 'w');
/PHP-8.1/win32/build/
H A Dmkdist.php178 $fp = gzopen($tarball, 'rb');

Completed in 43 milliseconds

123