Searched defs:is_url (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/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_5_5/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);
|
Completed in 11 milliseconds