Home
last modified time | relevance | path

Searched refs:STREAM_USE_URL (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/standard/
H A Durl.c699 …if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_G… in PHP_FUNCTION()
/php-src/main/
H A Dphp_streams.h561 #define STREAM_USE_URL 0x00000100 macro
/php-src/main/streams/
H A Dstreams.c2221 if ((options & STREAM_USE_URL) && (!wrapper || !wrapper->is_url)) {

Completed in 18 milliseconds