Searched refs:FS_EXISTS (Results 1 – 3 of 3) sorted by relevance
62 #define FS_EXISTS 15 macro
760 #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) …762 #define IS_ACCESS_CHECK(__t) (IS_ABLE_CHECK(type) || (__t) == FS_EXISTS)790 case FS_EXISTS: in php_stat()969 case FS_EXISTS: in php_stat()1106 FileFunction(PHP_FN(file_exists), FS_EXISTS) in FileFunction()
436 #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) …438 #define IS_ACCESS_CHECK(__t) (IS_ABLE_CHECK(type) || (__t) == FS_EXISTS)520 case FS_EXISTS: in phar_fancy_stat()829 PharFileFunction(phar_file_exists, FS_EXISTS, orig_file_exists) in PharFileFunction()
Completed in 16 milliseconds