Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Ddir.c255 if (!(dirp->flags & PHP_STREAM_FLAG_IS_DIR)) { in PHP_FUNCTION()
365 if (!(dirp->flags & PHP_STREAM_FLAG_IS_DIR)) { in PHP_FUNCTION()
383 if (!(dirp->flags & PHP_STREAM_FLAG_IS_DIR)) { in PHP_FUNCTION()
/PHP-8.0/main/
H A Dphp_streams.h180 #define PHP_STREAM_FLAG_IS_DIR 0x40 macro
/PHP-8.0/main/streams/
H A Dstreams.c2024 stream->flags |= PHP_STREAM_FLAG_NO_BUFFER | PHP_STREAM_FLAG_IS_DIR;

Completed in 15 milliseconds