S_IXOTH 433 ext/phar/func_interceptors.c #define S_IXROOT ( S_IXUSR | S_IXGRP | S_IXOTH ) S_IXOTH 446 ext/phar/func_interceptors.c int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ S_IXOTH 98 ext/standard/filestat.c #define S_IXROOT ( S_IXUSR | S_IXGRP | S_IXOTH ) S_IXOTH 855 ext/standard/filestat.c int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */