is_url            770 ext/openssl/xp_ssl.c 	} else if (stream->wrapper->is_url) {
is_url           2296 ext/simplexml/simplexml.c 	zend_bool       is_url = 0, isprefix = 0;
is_url           2298 ext/simplexml/simplexml.c 	if (zend_parse_parameters_throw(ZEND_NUM_ARGS(), "s|lbsb", &data, &data_len, &options, &is_url, &ns, &ns_len, &isprefix) == FAILURE) {
is_url           2315 ext/simplexml/simplexml.c 	docp = is_url ? xmlReadFile(data, NULL, (int)options) : xmlReadMemory(data, (int)data_len, NULL, NULL, (int)options);
is_url           1612 ext/standard/streamsfuncs.c 	RETURN_BOOL(wrapper->is_url==0);
is_url            166 main/php_streams.h 	int is_url;						/* so that PG(allow_url_fopen) can be respected */
is_url           1864 main/streams/streams.c 	if (wrapper && wrapper->is_url &&
is_url           2047 main/streams/streams.c 	if (options & STREAM_USE_URL && (!wrapper || !wrapper->is_url)) {
is_url            350 main/streams/userspace.c 	if(uwrap->wrapper.is_url == 0 &&
is_url            504 main/streams/userspace.c 	uwrap->wrapper.is_url = ((flags & PHP_STREAM_IS_URL) != 0);