S_IXOTH 366 Zend/zend_virtual_cwd.h #define S_IXROOT ( S_IXUSR | S_IXGRP | S_IXOTH ) S_IXOTH 443 ext/phar/func_interceptors.c int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ S_IXOTH 843 ext/standard/filestat.c int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */