Home
last modified time | relevance | path

Searched refs:FS_IS_X (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/standard/
H A Dfilestat.c776 …((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS…
777 #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X)
809 if (type == FS_IS_X) { in php_stat()
843 case FS_IS_X: in php_stat()
870 if (type >= FS_IS_W && type <= FS_IS_X) { in php_stat()
906 if (type == FS_IS_X) { in php_stat()
952 case FS_IS_X: in php_stat()
1102 FileFunction(PHP_FN(is_executable), FS_IS_X) in FileFunction()
H A Dphp_filestat.h107 #define FS_IS_X 11 macro
/PHP-5.3/ext/phar/
H A Dfunc_interceptors.c436 …((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS…
437 #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X)
453 if (type >= FS_IS_W && type <= FS_IS_X) { in phar_fancy_stat()
527 case FS_IS_X: in phar_fancy_stat()
882 PharFileFunction(phar_is_executable, FS_IS_X, orig_is_executable) in PharFileFunction()
/PHP-5.3/ext/spl/
H A Dspl_directory.c1213 FileInfoFunction(isExecutable, FS_IS_X) in FileInfoFunction()

Completed in 18 milliseconds