Home
last modified time | relevance | path

Searched refs:php_stream_gzopen (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/zlib/
H A Dphp_zlib.h46 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, cha…
H A Dzlib_fopen_wrapper.c109 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, in php_stream_gzopen() function
162 php_stream_gzopen,
H A Dzlib.c408 …stream = php_stream_gzopen(NULL, filename, "rb", use_include_path | ENFORCE_SAFE_MODE | REPORT_ERR… in PHP_FUNCTION()
450 …stream = php_stream_gzopen(NULL, filename, mode, use_include_path | ENFORCE_SAFE_MODE | REPORT_ERR… in PHP_FUNCTION()
479 …stream = php_stream_gzopen(NULL, filename, "rb", use_include_path | ENFORCE_SAFE_MODE, NULL, NULL … in PHP_FUNCTION()

Completed in 8 milliseconds