Home
last modified time | relevance | path

Searched refs:php_stream_open_wrapper_ex (Results 1 – 16 of 16) sorted by relevance

/PHP-7.4/ext/zlib/
H A Dzlib_fopen_wrapper.c128 …innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST… in php_stream_gzopen()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_loaddata.c52 info->fd = php_stream_open_wrapper_ex((char *)filename, "r", 0, NULL, context); in mysqlnd_local_infile_init()
/PHP-7.4/ext/standard/
H A Dfile.c554 stream = php_stream_open_wrapper_ex(filename, "rb", in PHP_FUNCTION()
620 …stream = php_stream_open_wrapper_ex(filename, mode, ((flags & PHP_FILE_USE_INCLUDE_PATH) ? USE_PAT… in PHP_FUNCTION()
756 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
886 …stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_NAMED_FUNCTION()
1398 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
1760 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
1766 deststream = php_stream_open_wrapper_ex(dest, "wb", REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
H A Durl.c693 …if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_G…
H A Dhttp_fopen_wrapper.c171 return php_stream_open_wrapper_ex(path, mode, REPORT_ERRORS, NULL, context); in php_stream_url_wrap_http_ex()
H A Dfilestat.c683 stream = php_stream_open_wrapper_ex(filename, "c", REPORT_ERRORS, NULL, NULL); in PHP_FUNCTION()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c551 s_in = php_stream_open_wrapper_ex("php://stdin", "rb", 0, NULL, sc_in); in cli_register_file_handles()
552 s_out = php_stream_open_wrapper_ex("php://stdout", "wb", 0, NULL, sc_out); in cli_register_file_handles()
553 s_err = php_stream_open_wrapper_ex("php://stderr", "wb", 0, NULL, sc_err); in cli_register_file_handles()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c189 stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
307 stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
409 stream = php_stream_open_wrapper_ex(name, mode, 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
/PHP-7.4/ext/hash/
H A Dhash.c140 stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, FG(default_context)); in php_hash_do_hash()
268 stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, FG(default_context)); in php_hash_do_hash_hmac()
500 stream = php_stream_open_wrapper_ex(ZSTR_VAL(filename), "rb", REPORT_ERRORS, NULL, context); in PHP_FUNCTION()
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c554 stream = php_stream_open_wrapper_ex(buffer, "rb", REPORT_ERRORS, NULL, context); in _php_finfo_get_type()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c671 stream = php_stream_open_wrapper_ex(filename, "rb", 0, NULL, FG(default_context)); in PHP_METHOD()
773 stream = php_stream_open_wrapper_ex(filename, "wb", 0, NULL, FG(default_context)); in PHP_METHOD()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c997 s_in = php_stream_open_wrapper_ex("php://stdin", "rb", 0, NULL, sc_in); in phpdbg_register_file_handles()
998 s_out = php_stream_open_wrapper_ex("php://stdout", "wb", 0, NULL, sc_out); in phpdbg_register_file_handles()
999 s_err = php_stream_open_wrapper_ex("php://stderr", "wb", 0, NULL, sc_err); in phpdbg_register_file_handles()
/PHP-7.4/main/
H A Dphp_streams.h573 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… macro
/PHP-7.4/ext/libxml/
H A Dlibxml.c361 ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, REPORT_ERRORS, NULL, context); in php_libxml_streams_IO_open_wrapper()
/PHP-7.4/ext/oci8/
H A Doci8_interface.c1042 stream = php_stream_open_wrapper_ex(filename, "w", REPORT_ERRORS, NULL, NULL); in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_directory.c300 …intern->u.file.stream = php_stream_open_wrapper_ex(intern->file_name, intern->u.file.open_mode, (u… in spl_filesystem_file_open()

Completed in 122 milliseconds