STREAM_WILL_CAST  243 ext/bz2/bz2.c  		stream = php_stream_open_wrapper(path, mode, options | STREAM_WILL_CAST | ENFORCE_SAFE_MODE, opened_path);
STREAM_WILL_CAST  277 ext/curl/streams.c 	if (options & STREAM_WILL_CAST) {
STREAM_WILL_CAST  419 ext/curl/streams.c 	if (options & STREAM_WILL_CAST) {
STREAM_WILL_CAST  234 ext/standard/http_fopen_wrapper.c 	if (options & STREAM_WILL_CAST)
STREAM_WILL_CAST  713 ext/standard/http_fopen_wrapper.c 		if (options & STREAM_WILL_CAST)
STREAM_WILL_CAST  668 ext/standard/proc_open.c 						ENFORCE_SAFE_MODE|REPORT_ERRORS|STREAM_WILL_CAST, NULL);
STREAM_WILL_CAST  127 ext/zlib/zlib_fopen_wrapper.c 	innerstream = php_stream_open_wrapper(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST, opened_path);
STREAM_WILL_CAST  291 main/streams/cast.c 	stream = php_stream_open_wrapper_rel(path, mode, options|STREAM_WILL_CAST, opened_path);
STREAM_WILL_CAST 1798 main/streams/streams.c 					(options & STREAM_WILL_CAST)