IS_ABLE_CHECK 731 ext/standard/filestat.c #define IS_ACCESS_CHECK(__t) (IS_ABLE_CHECK(type) || (__t) == FS_EXISTS) IS_ABLE_CHECK 849 ext/standard/filestat.c if (IS_ABLE_CHECK(type) && getuid() == 0) {