Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_filestat.h96 #define FS_IS_R 10 macro
H A Dfilestat.c762 #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) …
763 #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X)
805 case FS_IS_R: in php_stat()
911 case FS_IS_R: in php_stat()
1058 FileFunction(PHP_FN(is_readable), FS_IS_R) in FileFunction()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c431 #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) …
432 #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X)
506 case FS_IS_R: in phar_fancy_stat()
828 PharFileFunction(phar_is_readable, FS_IS_R, orig_is_readable) in PharFileFunction()
/PHP-7.4/ext/spl/
H A Dspl_directory.c1218 FileInfoFunction(isReadable, FS_IS_R) in FileInfoFunction()

Completed in 24 milliseconds