Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_filestat.h95 #define FS_IS_W 9 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)
800 case FS_IS_W: in php_stat()
835 if (type >= FS_IS_W && type <= FS_IS_X) { in php_stat()
909 case FS_IS_W: in php_stat()
1053 FileFunction(PHP_FN(is_writable), FS_IS_W) 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)
447 if (type >= FS_IS_W && type <= FS_IS_X) { in phar_fancy_stat()
504 case FS_IS_W: in phar_fancy_stat()
823 PharFileFunction(phar_is_writable, FS_IS_W, orig_is_writable) in PharFileFunction()
/PHP-7.4/ext/spl/
H A Dspl_directory.c1213 FileInfoFunction(isWritable, FS_IS_W) in FileInfoFunction()

Completed in 19 milliseconds