Searched refs:FS_IS_X (Results 1 – 4 of 4) sorted by relevance
97 #define FS_IS_X 11 macro
754 …((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS…755 #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X)802 case FS_IS_X: in php_stat()827 if (type >= FS_IS_W && type <= FS_IS_X) { in php_stat()860 if (type == FS_IS_X) { in php_stat()905 case FS_IS_X: in php_stat()1066 FileFunction(PHP_FN(is_executable), FS_IS_X) in FileFunction()
431 …((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS…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()508 case FS_IS_X: in phar_fancy_stat()833 PharFileFunction(phar_is_executable, FS_IS_X, orig_is_executable) in PharFileFunction()
1221 FileInfoFunction(isExecutable, FS_IS_X) in FileInfoFunction()
Completed in 27 milliseconds