STREAM_WILL_CAST  245 ext/bz2/bz2.c  		stream = php_stream_open_wrapper(path, mode, options | STREAM_WILL_CAST, opened_path);
STREAM_WILL_CAST  329 ext/standard/http_fopen_wrapper.c 	if (options & STREAM_WILL_CAST)
STREAM_WILL_CAST  901 ext/standard/http_fopen_wrapper.c 		if (options & STREAM_WILL_CAST)
STREAM_WILL_CAST  632 ext/standard/proc_open.c 						REPORT_ERRORS|STREAM_WILL_CAST, NULL);
STREAM_WILL_CAST  129 ext/zlib/zlib_fopen_wrapper.c 	innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST, opened_path, context);
STREAM_WILL_CAST  359 main/streams/cast.c 	stream = php_stream_open_wrapper_rel(path, mode, options|STREAM_WILL_CAST, opened_path);
STREAM_WILL_CAST 2090 main/streams/streams.c 					(options & STREAM_WILL_CAST)