Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_filestat.h72 #define S_IXUSR S_IEXEC macro
H A Dfilestat.c98 #define S_IXROOT ( S_IXUSR | S_IXGRP | S_IXOTH )
922 xmask=S_IXUSR; in php_stat()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c433 #define S_IXROOT ( S_IXUSR | S_IXGRP | S_IXOTH )
457 xmask=S_IXUSR; in phar_fancy_stat()
/PHP-5.5/sapi/apache/
H A Dmod_php5.c899 if (!(r->finfo.st_mode & S_IXUSR)) { in php_xbithack_handler()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c1183 if (!(r->finfo.st_mode & S_IXUSR)) { in php_xbithack_handler()

Completed in 24 milliseconds