FS_EXISTS 729 ext/standard/filestat.c #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_IS_LINK) FS_EXISTS 731 ext/standard/filestat.c #define IS_ACCESS_CHECK(__t) (IS_ABLE_CHECK(type) || (__t) == FS_EXISTS) FS_EXISTS 775 ext/standard/filestat.c case FS_EXISTS: FS_EXISTS 919 ext/standard/filestat.c case FS_EXISTS: FS_EXISTS 1083 ext/standard/filestat.c FileFunction(PHP_FN(file_exists), FS_EXISTS)