Home
last modified time | relevance | path

Searched refs:S_IXOTH (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/standard/
H A Dphp_filestat.h32 #define S_IXOTH S_IEXEC macro
H A Dftp_fopen_wrapper.c795 ssb->sb.st_mode |= S_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH; in php_stream_ftp_url_stat()
H A Dfilestat.c769 int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in php_stat()
/PHP-8.2/Zend/
H A Dzend_virtual_cwd.h370 #define S_IXROOT ( S_IXUSR | S_IXGRP | S_IXOTH )
/PHP-8.2/ext/phar/
H A Dfunc_interceptors.c445 int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in phar_fancy_stat()

Completed in 18 milliseconds