Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Ddir.c275 if (!(dirp->flags & PHP_STREAM_FLAG_IS_DIR)) { in PHP_FUNCTION()
389 if (!(dirp->flags & PHP_STREAM_FLAG_IS_DIR)) { in PHP_FUNCTION()
408 if (!(dirp->flags & PHP_STREAM_FLAG_IS_DIR)) { in PHP_NAMED_FUNCTION()
/PHP-5.5/main/
H A Dphp_streams.h182 #define PHP_STREAM_FLAG_IS_DIR 64 macro
/PHP-5.5/main/streams/
H A Dstreams.c1992 stream->flags |= PHP_STREAM_FLAG_NO_BUFFER | PHP_STREAM_FLAG_IS_DIR;

Completed in 17 milliseconds