Home
last modified time | relevance | path

Searched refs:PHP_STREAM_URL_STAT_IGNORE_OPEN_BASEDIR (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/main/
H A Dphp_streams.h398 #define PHP_STREAM_URL_STAT_IGNORE_OPEN_BASEDIR 4 macro
/PHP-8.1/ext/standard/
H A Dfilestat.c830 …|| wrapper->wops->url_stat(wrapper, local, flags | PHP_STREAM_URL_STAT_IGNORE_OPEN_BASEDIR, &ssb, … in php_stat()
H A Dfile.c1672 …c_stat_flags = (src_flg & STREAM_DISABLE_OPEN_BASEDIR) ? PHP_STREAM_URL_STAT_IGNORE_OPEN_BASEDIR :… in php_copy_file_ctx()
/PHP-8.1/main/streams/
H A Dplain_wrapper.c1205 if (!(flags & PHP_STREAM_URL_STAT_IGNORE_OPEN_BASEDIR)) { in php_plain_files_url_stater()

Completed in 38 milliseconds