Searched refs:is_url (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/main/ |
| H A D | php_streams.h | 164 int is_url; /* so that PG(allow_url_fopen) can be respected */ member in struct:_php_stream_wrapper
|
| /PHP_TRUNK/main/streams/ |
| H A D | userspace.c | 354 /* we need only is_url == 0 here since if is_url == 1 and remote wrappers 357 if(uwrap->wrapper.is_url == 0 && 535 uwrap->wrapper.is_url = ((flags & PHP_STREAM_IS_URL) != 0);
|
| H A D | streams.c | 1859 if (wrapperpp && (*wrapperpp)->is_url && 2038 if (options & STREAM_USE_URL && (!wrapper || !wrapper->is_url)) {
|
| /PHP_TRUNK/ext/simplexml/ |
| H A D | simplexml.c | 2238 zend_bool is_url = 0, isprefix = 0; local 2242 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lbsb", &data, &data_len, &options, &is_url, &ns, &ns_len, &isprefix) == FAILURE) { 2249 docp = is_url ? xmlReadFile(data, NULL, options) : xmlReadMemory(data, data_len, NULL, NULL, options);
|
| /PHP_TRUNK/ext/standard/ |
| H A D | streamsfuncs.c | 1589 RETURN_BOOL(wrapper->is_url==0);
|
Completed in 41 milliseconds