php_stream_open_wrapper  252 ext/bz2/bz2.c  		stream = php_stream_open_wrapper(path, mode, options | STREAM_WILL_CAST, opened_path);
php_stream_open_wrapper  843 ext/dba/dba.c  				info->lock.fp = php_stream_open_wrapper(lock_name, lock_file_mode, STREAM_MUST_SEEK|IGNORE_PATH|persistent_flag, &opened_path);
php_stream_open_wrapper  860 ext/dba/dba.c  			info->lock.fp = php_stream_open_wrapper(lock_name, lock_file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|persistent_flag, &opened_path);
php_stream_open_wrapper  898 ext/dba/dba.c  			info->fp = php_stream_open_wrapper(info->path, file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|persistent_flag, NULL);
php_stream_open_wrapper 3860 ext/exif/exif.c 	ImageInfo->infile = php_stream_open_wrapper(FileName, "rb", STREAM_MUST_SEEK|IGNORE_PATH, NULL);
php_stream_open_wrapper 4165 ext/exif/exif.c 	stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL);
php_stream_open_wrapper  966 ext/fileinfo/libmagic/apprentice.c 	stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper 2636 ext/fileinfo/libmagic/apprentice.c 		stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper 2770 ext/fileinfo/libmagic/apprentice.c 	stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS, NULL);
php_stream_open_wrapper  386 ext/fileinfo/libmagic/magic.c 		stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper  880 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL);
php_stream_open_wrapper  882 ext/ftp/php_ftp.c 			outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
php_stream_open_wrapper  894 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
php_stream_open_wrapper  941 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL);
php_stream_open_wrapper  943 ext/ftp/php_ftp.c 			outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
php_stream_open_wrapper  955 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
php_stream_open_wrapper 1140 ext/ftp/php_ftp.c 	if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) {
php_stream_open_wrapper 1193 ext/ftp/php_ftp.c 	if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) {
php_stream_open_wrapper 1444 ext/gd/gd.c    	stream = php_stream_open_wrapper(file, "rb", IGNORE_PATH | IGNORE_URL_WIN | REPORT_ERRORS, NULL);
php_stream_open_wrapper 2391 ext/gd/gd.c    	stream = php_stream_open_wrapper(file, "rb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL);
php_stream_open_wrapper  132 ext/gd/gd_ctx.c 			stream = php_stream_open_wrapper(Z_STRVAL_P(to_zval), "wb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL);
php_stream_open_wrapper  141 ext/gd/gd_ctx.c 		stream = php_stream_open_wrapper(file, "wb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL);
php_stream_open_wrapper  151 ext/hash/hash_md.c 	stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper  135 ext/hash/hash_sha.c 	stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper 2435 ext/imap/php_imap.c 			writer = php_stream_open_wrapper(Z_STRVAL_PP(out), "wb", REPORT_ERRORS, NULL);
php_stream_open_wrapper  548 ext/mysqlnd/mysqlnd_auth.c 		stream = php_stream_open_wrapper((char *) fname, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper   47 ext/mysqlnd/mysqlnd_debug.c 	self->stream = php_stream_open_wrapper(self->file_name,
php_stream_open_wrapper  147 ext/mysqlnd/mysqlnd_net.c 	net_stream = php_stream_open_wrapper((char*) scheme + sizeof("pipe://") - 1, "r+", streams_options, NULL);
php_stream_open_wrapper  745 ext/openssl/xp_ssl.c 	stream = php_stream_open_wrapper(cafile, "rb", 0, NULL);
php_stream_open_wrapper  190 ext/pdo/pdo_dbh.c 	stream = php_stream_open_wrapper(uri, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper 2130 ext/pdo/pdo_stmt.c 	php_stream *out = php_stream_open_wrapper("php://output", "w", 0, NULL);
php_stream_open_wrapper 3131 ext/pgsql/pgsql.c 	stream = php_stream_open_wrapper(z_filename, mode, REPORT_ERRORS, NULL);
php_stream_open_wrapper 1336 ext/phar/phar.c 	fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|0, &actual);
php_stream_open_wrapper 1499 ext/phar/phar.c 	fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK, &actual);
php_stream_open_wrapper 2357 ext/phar/phar.c 	fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, &actual);
php_stream_open_wrapper 2603 ext/phar/phar.c 		oldfile = php_stream_open_wrapper(phar->fname, "rb", 0, NULL);
php_stream_open_wrapper 3231 ext/phar/phar.c 		phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, NULL);
php_stream_open_wrapper 1639 ext/phar/phar_object.c 	fp = php_stream_open_wrapper(fname, "rb", STREAM_MUST_SEEK|0, &opened);
php_stream_open_wrapper 3863 ext/phar/phar_object.c 	if (!(resource = php_stream_open_wrapper(fname, "rb", 0, NULL))) {
php_stream_open_wrapper 3922 ext/phar/phar_object.c 				if (!(fp = php_stream_open_wrapper(phar_obj->arc.archive->fname, "rb", 0, NULL))) {
php_stream_open_wrapper 3960 ext/phar/phar_object.c 		fp = php_stream_open_wrapper(phar_obj->arc.archive->fname, "rb", 0, NULL);
php_stream_open_wrapper 4248 ext/phar/phar_object.c 	fp = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
php_stream_open_wrapper 4250 ext/phar/phar_object.c 	fp = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL);
php_stream_open_wrapper 4322 ext/phar/phar_object.c 	fp = php_stream_open_wrapper(phar_obj->arc.archive->fname, "rb", IGNORE_URL|STREAM_MUST_SEEK, &actual);
php_stream_open_wrapper 1123 ext/phar/tar.c 		oldfile = php_stream_open_wrapper(phar->fname, "rb", 0, NULL);
php_stream_open_wrapper 1291 ext/phar/tar.c 		phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, NULL);
php_stream_open_wrapper  113 ext/phar/util.c 			entry->fp = php_stream_open_wrapper(entry->tmp, "rb", STREAM_MUST_SEEK|0, NULL);
php_stream_open_wrapper  641 ext/phar/util.c 	phar_set_pharfp(phar, php_stream_open_wrapper(phar->fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|0, NULL) TSRMLS_CC);
php_stream_open_wrapper  718 ext/phar/util.c 			entry->fp = php_stream_open_wrapper(entry->tmp, "rb", STREAM_MUST_SEEK|0, NULL);
php_stream_open_wrapper 1551 ext/phar/util.c 			pfp = php_stream_open_wrapper(pfile, "rb", 0, NULL);
php_stream_open_wrapper 1358 ext/phar/zip.c 		oldfile = php_stream_open_wrapper(phar->fname, "rb", 0, NULL);
php_stream_open_wrapper 1494 ext/phar/zip.c 		phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, NULL);
php_stream_open_wrapper 4705 ext/standard/basic_functions.c 			stream = php_stream_open_wrapper(opt, "a", IGNORE_URL_WIN | REPORT_ERRORS, NULL);
php_stream_open_wrapper  400 ext/standard/file.c 	md.stream = php_stream_open_wrapper(filename, "rb",
php_stream_open_wrapper 1420 ext/standard/image.c 		stream = php_stream_open_wrapper(input, "rb", STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH, NULL);
php_stream_open_wrapper  218 ext/standard/mail.c 	php_stream *stream = php_stream_open_wrapper(filename, "a", flags, NULL);
php_stream_open_wrapper   92 ext/standard/md5.c 	stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper  348 ext/standard/php_fopen_wrapper.c 		if (!(stream = php_stream_open_wrapper(p + 10, mode, options, opened_path))) {
php_stream_open_wrapper  653 ext/standard/proc_open.c 				stream = php_stream_open_wrapper(Z_STRVAL_PP(zfile), Z_STRVAL_PP(zmode),
php_stream_open_wrapper   82 ext/standard/sha1.c 	stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper  642 ext/tidy/tidy.c 	if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) {
php_stream_open_wrapper  283 ext/zip/php_zip.c 	stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
php_stream_open_wrapper  285 ext/zip/php_zip.c 	stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL);
php_stream_open_wrapper 1417 main/main.c    	php_stream *stream = php_stream_open_wrapper((char *)filename, "rb", mode, &handle->opened_path);
php_stream_open_wrapper  141 sapi/phpdbg/phpdbg_list.c 	stream = php_stream_open_wrapper(filename, "rb", USE_PATH, &opened);