php_stream_open_wrapper_ex  552 ext/fileinfo/fileinfo.c 				stream = php_stream_open_wrapper_ex(buffer, "rb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, context);
php_stream_open_wrapper_ex  554 ext/fileinfo/fileinfo.c 				stream = php_stream_open_wrapper_ex(buffer, "rb", REPORT_ERRORS, NULL, context);
php_stream_open_wrapper_ex  143 ext/hash/hash.c 		stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, DEFAULT_CONTEXT);
php_stream_open_wrapper_ex  262 ext/hash/hash.c 		stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, DEFAULT_CONTEXT);
php_stream_open_wrapper_ex  481 ext/hash/hash.c 	stream = php_stream_open_wrapper_ex(filename, "rb", REPORT_ERRORS, NULL, context);
php_stream_open_wrapper_ex  362 ext/libxml/libxml.c 	ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, REPORT_ERRORS, NULL, context);
php_stream_open_wrapper_ex   54 ext/mysqlnd/mysqlnd_loaddata.c 	info->fd = php_stream_open_wrapper_ex((char *)filename, "r", 0, NULL, context);
php_stream_open_wrapper_ex  986 ext/oci8/oci8_interface.c 	stream = php_stream_open_wrapper_ex(filename, "w", REPORT_ERRORS, NULL, NULL);
php_stream_open_wrapper_ex  988 ext/oci8/oci8_interface.c 	stream = php_stream_open_wrapper_ex(filename, "w", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, NULL);
php_stream_open_wrapper_ex  679 ext/pdo_pgsql/pgsql_driver.c 	stream = php_stream_open_wrapper_ex(filename, "rb", 0, NULL, FG(default_context));
php_stream_open_wrapper_ex  781 ext/pdo_pgsql/pgsql_driver.c 	stream = php_stream_open_wrapper_ex(filename, "wb", 0, NULL, FG(default_context));
php_stream_open_wrapper_ex  191 ext/phar/func_interceptors.c 			stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context);
php_stream_open_wrapper_ex  309 ext/phar/func_interceptors.c 		stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context);
php_stream_open_wrapper_ex  411 ext/phar/func_interceptors.c 		stream = php_stream_open_wrapper_ex(name, mode, 0 | REPORT_ERRORS, NULL, context);
php_stream_open_wrapper_ex  275 ext/spl/spl_directory.c 	intern->u.file.stream = php_stream_open_wrapper_ex(intern->file_name, intern->u.file.open_mode, (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, intern->u.file.context);
php_stream_open_wrapper_ex  539 ext/standard/file.c 	stream = php_stream_open_wrapper_ex(filename, "rb",
php_stream_open_wrapper_ex  605 ext/standard/file.c 	stream = php_stream_open_wrapper_ex(filename, mode, ((flags & PHP_FILE_USE_INCLUDE_PATH) ? USE_PATH : 0) | REPORT_ERRORS, NULL, context);
php_stream_open_wrapper_ex  736 ext/standard/file.c 	stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context);
php_stream_open_wrapper_ex  865 ext/standard/file.c 	stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context);
php_stream_open_wrapper_ex 1407 ext/standard/file.c 	stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context);
php_stream_open_wrapper_ex 1766 ext/standard/file.c 	srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx);
php_stream_open_wrapper_ex 1772 ext/standard/file.c 	deststream = php_stream_open_wrapper_ex(dest, "wb", REPORT_ERRORS, NULL, ctx);
php_stream_open_wrapper_ex  754 ext/standard/filestat.c 			stream = php_stream_open_wrapper_ex(filename, "c", REPORT_ERRORS, NULL, NULL);
php_stream_open_wrapper_ex  168 ext/standard/http_fopen_wrapper.c 			return php_stream_open_wrapper_ex(path, mode, REPORT_ERRORS, NULL, context);
php_stream_open_wrapper_ex  728 ext/standard/url.c 	if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_GET_HEADERS, NULL, context))) {
php_stream_open_wrapper_ex  133 ext/zlib/zlib_fopen_wrapper.c 	innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST, opened_path, context);
php_stream_open_wrapper_ex  565 sapi/cli/php_cli.c 	s_in  = php_stream_open_wrapper_ex("php://stdin",  "rb", 0, NULL, sc_in);
php_stream_open_wrapper_ex  566 sapi/cli/php_cli.c 	s_out = php_stream_open_wrapper_ex("php://stdout", "wb", 0, NULL, sc_out);
php_stream_open_wrapper_ex  567 sapi/cli/php_cli.c 	s_err = php_stream_open_wrapper_ex("php://stderr", "wb", 0, NULL, sc_err);
php_stream_open_wrapper_ex  947 sapi/phpdbg/phpdbg.c 	s_in  = php_stream_open_wrapper_ex("php://stdin",  "rb", 0, NULL, sc_in);
php_stream_open_wrapper_ex  948 sapi/phpdbg/phpdbg.c 	s_out = php_stream_open_wrapper_ex("php://stdout", "wb", 0, NULL, sc_out);
php_stream_open_wrapper_ex  949 sapi/phpdbg/phpdbg.c 	s_err = php_stream_open_wrapper_ex("php://stderr", "wb", 0, NULL, sc_err);