Home
last modified time | relevance | path

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

/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c129 …innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST… in php_stream_gzopen()
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c531 …stream = php_stream_open_wrapper_ex(buffer, "rb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, context…
533 stream = php_stream_open_wrapper_ex(buffer, "rb", REPORT_ERRORS, NULL, context);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_loaddata.c54 info->fd = php_stream_open_wrapper_ex((char *)filename, "r", 0, NULL, context); in mysqlnd_local_infile_init()
/PHP-5.5/ext/standard/
H A Dfile.c540 stream = php_stream_open_wrapper_ex(filename, "rb", in PHP_FUNCTION()
608 …stream = php_stream_open_wrapper_ex(filename, mode, ((flags & PHP_FILE_USE_INCLUDE_PATH) ? USE_PAT… in PHP_FUNCTION()
747 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
877 …stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_NAMED_FUNCTION()
1374 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
1721 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
1727 deststream = php_stream_open_wrapper_ex(dest, "wb", REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
H A Durl.c718 …if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_G…
H A Dhttp_fopen_wrapper.c160 return php_stream_open_wrapper_ex(path, mode, REPORT_ERRORS, NULL, context); in php_stream_url_wrap_http_ex()
H A Dfilestat.c766 stream = php_stream_open_wrapper_ex(filename, "c", REPORT_ERRORS, NULL, NULL); in PHP_FUNCTION()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c565 s_in = php_stream_open_wrapper_ex("php://stdin", "rb", 0, NULL, sc_in); in cli_register_file_handles()
566 s_out = php_stream_open_wrapper_ex("php://stdout", "wb", 0, NULL, sc_out); in cli_register_file_handles()
567 s_err = php_stream_open_wrapper_ex("php://stderr", "wb", 0, NULL, sc_err); in cli_register_file_handles()
/PHP-5.5/ext/hash/
H A Dhash.c149 stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, DEFAULT_CONTEXT); in php_hash_do_hash()
266 stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, DEFAULT_CONTEXT); in php_hash_do_hash_hmac()
477 stream = php_stream_open_wrapper_ex(filename, "rb", REPORT_ERRORS, NULL, context); in PHP_FUNCTION()
/PHP-5.5/main/
H A Dphp_streams.h556 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… macro
562 php_stream_open_wrapper_ex(Z_STRVAL_PP((zstream)), (mode), (options), (opened), (context)) : NULL
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c191 stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
309 stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
406 stream = php_stream_open_wrapper_ex(name, mode, 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c669 …stream = php_stream_open_wrapper_ex(filename, "rb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, FG(de… in PHP_METHOD()
764 …stream = php_stream_open_wrapper_ex(filename, "wb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, FG(de… in PHP_METHOD()
/PHP-5.5/ext/oci8/
H A Doci8_interface.c966 stream = php_stream_open_wrapper_ex(filename, "w", REPORT_ERRORS, NULL, NULL);
968 stream = php_stream_open_wrapper_ex(filename, "w", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, NULL);
/PHP-5.5/ext/libxml/
H A Dlibxml.c353 ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, REPORT_ERRORS, NULL, context); in php_libxml_streams_IO_open_wrapper()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c682 ret_val = php_stream_open_wrapper_ex((char *)filename, "wb", REPORT_ERRORS, NULL, NULL); in php_xmlwriter_streams_IO_open_write_wrapper()
/PHP-5.5/ext/spl/
H A Dspl_directory.c289 …intern->u.file.stream = php_stream_open_wrapper_ex(intern->file_name, intern->u.file.open_mode, (u… in spl_filesystem_file_open()
/PHP-5.5/
H A DNEWS2941 . Fixed bug #61565 where php_stream_open_wrapper_ex tries to open a

Completed in 102 milliseconds