is_url            750 ext/openssl/xp_ssl.c 	} else if (stream->wrapper->is_url) {
is_url           2244 ext/simplexml/simplexml.c 	zend_bool       is_url = 0, isprefix = 0;
is_url           2248 ext/simplexml/simplexml.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lbsb", &data, &data_len, &options, &is_url, &ns, &ns_len, &isprefix) == FAILURE) {
is_url           2255 ext/simplexml/simplexml.c 	docp = is_url ? xmlReadFile(data, NULL, options) : xmlReadMemory(data, data_len, NULL, NULL, options);
is_url           1592 ext/standard/streamsfuncs.c 	RETURN_BOOL(wrapper->is_url==0);
is_url            164 main/php_streams.h 	int is_url;						/* so that PG(allow_url_fopen) can be respected */
is_url           1868 main/streams/streams.c 	if (wrapperpp && (*wrapperpp)->is_url &&
is_url           2051 main/streams/streams.c 	if (options & STREAM_USE_URL && (!wrapper || !wrapper->is_url)) {
is_url            358 main/streams/userspace.c 	if(uwrap->wrapper.is_url == 0 &&
is_url            536 main/streams/userspace.c 	uwrap->wrapper.is_url = ((flags & PHP_STREAM_IS_URL) != 0);