Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dfilestat.c832 #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X) macro
833 #define IS_ACCESS_CHECK(__t) (IS_ABLE_CHECK(type) || (__t) == FS_EXISTS)
938 if (IS_ABLE_CHECK(type) && getuid() == 0) { in php_stat()
/PHP-7.0/ext/phar/
H A Dfunc_interceptors.c434 #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X) macro
435 #define IS_ACCESS_CHECK(__t) (IS_ABLE_CHECK(type) || (__t) == FS_EXISTS)

Completed in 19 milliseconds