FS_IS_X           804 ext/spl/spl_directory.c FileInfoFunction(isExecutable, FS_IS_X)
FS_IS_X           729 ext/standard/filestat.c #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS  || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_IS_LINK)
FS_IS_X           730 ext/standard/filestat.c #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X)
FS_IS_X           756 ext/standard/filestat.c 			if (type == FS_IS_X) {
FS_IS_X           790 ext/standard/filestat.c 				case FS_IS_X:
FS_IS_X           817 ext/standard/filestat.c 	if (type >= FS_IS_W && type <= FS_IS_X) {
FS_IS_X           853 ext/standard/filestat.c 			if (type == FS_IS_X) {
FS_IS_X           911 ext/standard/filestat.c 	case FS_IS_X:
FS_IS_X          1063 ext/standard/filestat.c FileFunction(PHP_FN(is_executable), FS_IS_X)