Home
last modified time | relevance | path

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

/PHP-8.1/ext/zlib/
H A Dzlib_fopen_wrapper.c126 …innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST… in php_stream_gzopen()
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_loaddata.c50 info->fd = php_stream_open_wrapper_ex((char *)filename, "r", 0, NULL, context); in mysqlnd_local_infile_init()
/PHP-8.1/ext/standard/
H A Dfile.c562 stream = php_stream_open_wrapper_ex(filename, "rb", in PHP_FUNCTION()
627 …stream = php_stream_open_wrapper_ex(filename, mode, ((flags & PHP_FILE_USE_INCLUDE_PATH) ? USE_PAT… in PHP_FUNCTION()
763 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
888 …stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
1342 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
1739 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
1745 deststream = php_stream_open_wrapper_ex(dest, "wb", REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
H A Durl.c699 …if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_G… in PHP_FUNCTION()
H A Dfilestat.c659 stream = php_stream_open_wrapper_ex(filename, "c", REPORT_ERRORS, NULL, NULL); in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c170 return php_stream_open_wrapper_ex(path, mode, REPORT_ERRORS, NULL, context); in php_stream_url_wrap_http_ex()
/PHP-8.1/sapi/cli/
H A Dphp_cli.c537 s_in = php_stream_open_wrapper_ex("php://stdin", "rb", 0, NULL, sc_in); in cli_register_file_handles()
538 s_out = php_stream_open_wrapper_ex("php://stdout", "wb", 0, NULL, sc_out); in cli_register_file_handles()
539 s_err = php_stream_open_wrapper_ex("php://stderr", "wb", 0, NULL, sc_err); in cli_register_file_handles()
/PHP-8.1/ext/fileinfo/
H A Dfileinfo.c418 stream = php_stream_open_wrapper_ex(buffer, "rb", REPORT_ERRORS, NULL, context); in _php_finfo_get_type()
/PHP-8.1/ext/phar/
H A Dfunc_interceptors.c194 stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
312 stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
414 stream = php_stream_open_wrapper_ex(name, mode, 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c887 s_in = php_stream_open_wrapper_ex("php://stdin", "rb", 0, NULL, sc_in); in phpdbg_register_file_handles()
888 s_out = php_stream_open_wrapper_ex("php://stdout", "wb", 0, NULL, sc_out); in phpdbg_register_file_handles()
889 s_err = php_stream_open_wrapper_ex("php://stderr", "wb", 0, NULL, sc_err); in phpdbg_register_file_handles()
/PHP-8.1/ext/hash/
H A Dhash.c376 stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, FG(default_context)); in php_hash_do_hash()
519 stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, FG(default_context)); in php_hash_do_hash_hmac()
763 stream = php_stream_open_wrapper_ex(ZSTR_VAL(filename), "rb", REPORT_ERRORS, NULL, context); in PHP_FUNCTION()
/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_driver.c725 stream = php_stream_open_wrapper_ex(filename, "rb", 0, NULL, FG(default_context)); in PHP_METHOD()
826 stream = php_stream_open_wrapper_ex(filename, "wb", 0, NULL, FG(default_context)); in PHP_METHOD()
/PHP-8.1/main/
H A Dphp_streams.h588 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… macro
/PHP-8.1/ext/libxml/
H A Dlibxml.c315 ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, REPORT_ERRORS, NULL, context); in php_libxml_streams_IO_open_wrapper()
/PHP-8.1/ext/oci8/
H A Doci8_interface.c881 stream = php_stream_open_wrapper_ex(filename, "w", REPORT_ERRORS, NULL, NULL); in PHP_FUNCTION()
/PHP-8.1/ext/spl/
H A Dspl_directory.c324 …intern->u.file.stream = php_stream_open_wrapper_ex(ZSTR_VAL(intern->file_name), ZSTR_VAL(intern->u… in spl_filesystem_file_open()

Completed in 64 milliseconds