Home
last modified time | relevance | path

Searched refs:IS_ABLE_CHECK (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Dfilestat.c844 #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X) macro
845 #define IS_ACCESS_CHECK(__t) (IS_ABLE_CHECK(type) || (__t) == FS_EXISTS)
950 if (IS_ABLE_CHECK(type) && getuid() == 0) { in php_stat()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c437 #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X) macro
438 #define IS_ACCESS_CHECK(__t) (IS_ABLE_CHECK(type) || (__t) == FS_EXISTS)

Completed in 15 milliseconds