php_stream_open_wrapper  281 ext/bz2/bz2.c  		stream = php_stream_open_wrapper(path, mode, options | STREAM_WILL_CAST, opened_path);
php_stream_open_wrapper  865 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  878 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  912 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 3852 ext/exif/exif.c 	ImageInfo->infile = php_stream_open_wrapper(FileName, "rb", STREAM_MUST_SEEK|IGNORE_PATH, NULL);
php_stream_open_wrapper 4160 ext/exif/exif.c 	stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL);
php_stream_open_wrapper 1034 ext/fileinfo/libmagic/apprentice.c 	stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper 2838 ext/fileinfo/libmagic/apprentice.c 		stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper 3025 ext/fileinfo/libmagic/apprentice.c 	stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS, NULL);
php_stream_open_wrapper  387 ext/fileinfo/libmagic/magic.c 		stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper  931 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL);
php_stream_open_wrapper  933 ext/ftp/php_ftp.c 			outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
php_stream_open_wrapper  945 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
php_stream_open_wrapper  995 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL);
php_stream_open_wrapper  997 ext/ftp/php_ftp.c 			outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
php_stream_open_wrapper 1009 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
php_stream_open_wrapper 1203 ext/ftp/php_ftp.c 	if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) {
php_stream_open_wrapper 1258 ext/ftp/php_ftp.c 	if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) {
php_stream_open_wrapper 1334 ext/gd/gd.c    	stream = php_stream_open_wrapper(ZSTR_VAL(file), "rb", IGNORE_PATH | IGNORE_URL_WIN | REPORT_ERRORS, NULL);
php_stream_open_wrapper 2317 ext/gd/gd.c    	stream = php_stream_open_wrapper(file, "rb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL);
php_stream_open_wrapper  129 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  138 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 2483 ext/imap/php_imap.c 			writer = php_stream_open_wrapper(Z_STRVAL_P(out), "wb", REPORT_ERRORS, NULL);
php_stream_open_wrapper  547 ext/mysqlnd/mysqlnd_auth.c 		stream = php_stream_open_wrapper((char *) fname, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper   40 ext/mysqlnd/mysqlnd_debug.c 	self->stream = php_stream_open_wrapper(self->file_name,
php_stream_open_wrapper  149 ext/mysqlnd/mysqlnd_net.c 	net_stream = php_stream_open_wrapper((char*) scheme + sizeof("pipe://") - 1, "r+", streams_options, NULL);
php_stream_open_wrapper  765 ext/openssl/xp_ssl.c 	stream = php_stream_open_wrapper(cafile, "rb", 0, NULL);
php_stream_open_wrapper  186 ext/pdo/pdo_dbh.c 	stream = php_stream_open_wrapper(uri, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper 2102 ext/pdo/pdo_stmt.c 	php_stream *out = php_stream_open_wrapper("php://output", "w", 0, NULL);
php_stream_open_wrapper 3142 ext/pgsql/pgsql.c 	stream = php_stream_open_wrapper(z_filename, mode, REPORT_ERRORS, NULL);
php_stream_open_wrapper 1339 ext/phar/phar.c 	fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|0, &actual);
php_stream_open_wrapper 1502 ext/phar/phar.c 	fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK, &actual);
php_stream_open_wrapper 2310 ext/phar/phar.c 	fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, &actual);
php_stream_open_wrapper 2550 ext/phar/phar.c 		oldfile = php_stream_open_wrapper(phar->fname, "rb", 0, NULL);
php_stream_open_wrapper 3179 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 1622 ext/phar/phar_object.c 	fp = php_stream_open_wrapper(fname, "rb", STREAM_MUST_SEEK|0, &opened);
php_stream_open_wrapper 3815 ext/phar/phar_object.c 	if (!(resource = php_stream_open_wrapper(fname, "rb", 0, NULL))) {
php_stream_open_wrapper 3872 ext/phar/phar_object.c 				if (!(fp = php_stream_open_wrapper(phar_obj->archive->fname, "rb", 0, NULL))) {
php_stream_open_wrapper 3910 ext/phar/phar_object.c 		fp = php_stream_open_wrapper(phar_obj->archive->fname, "rb", 0, NULL);
php_stream_open_wrapper 4197 ext/phar/phar_object.c 	fp = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
php_stream_open_wrapper 4199 ext/phar/phar_object.c 	fp = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL);
php_stream_open_wrapper 4271 ext/phar/phar_object.c 	fp = php_stream_open_wrapper(phar_obj->archive->fname, "rb", IGNORE_URL|STREAM_MUST_SEEK, NULL);
php_stream_open_wrapper 1136 ext/phar/tar.c 		oldfile = php_stream_open_wrapper(phar->fname, "rb", 0, NULL);
php_stream_open_wrapper 1304 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  640 ext/phar/util.c 	phar_set_pharfp(phar, php_stream_open_wrapper(phar->fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|0, NULL));
php_stream_open_wrapper  717 ext/phar/util.c 			entry->fp = php_stream_open_wrapper(entry->tmp, "rb", STREAM_MUST_SEEK|0, NULL);
php_stream_open_wrapper 1514 ext/phar/util.c 			pfp = php_stream_open_wrapper(pfile, "rb", 0, NULL);
php_stream_open_wrapper 1397 ext/phar/zip.c 		oldfile = php_stream_open_wrapper(phar->fname, "rb", 0, NULL);
php_stream_open_wrapper 1533 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 4695 ext/standard/basic_functions.c 			stream = php_stream_open_wrapper(opt, "a", IGNORE_URL_WIN | REPORT_ERRORS, NULL);
php_stream_open_wrapper  392 ext/standard/file.c 	md.stream = php_stream_open_wrapper(filename, "rb",
php_stream_open_wrapper 1424 ext/standard/image.c 		stream = php_stream_open_wrapper(input, "rb", STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH, NULL);
php_stream_open_wrapper  219 ext/standard/mail.c 	php_stream *stream = php_stream_open_wrapper(filename, "a", flags, NULL);
php_stream_open_wrapper   91 ext/standard/md5.c 	stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper  361 ext/standard/php_fopen_wrapper.c 		if (!(stream = php_stream_open_wrapper(p + 10, mode, options, opened_path))) {
php_stream_open_wrapper  633 ext/standard/proc_open.c 				stream = php_stream_open_wrapper(Z_STRVAL_P(zfile), Z_STRVAL_P(zmode),
php_stream_open_wrapper   81 ext/standard/sha1.c 	stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL);
php_stream_open_wrapper  650 ext/tidy/tidy.c 	if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) {
php_stream_open_wrapper  241 ext/zip/php_zip.c 	stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL);
php_stream_open_wrapper 1349 main/main.c    	php_stream *stream = php_stream_open_wrapper((char *)filename, "rb", mode, &handle->opened_path);