S_IFDIR           376 Zend/zend_virtual_cwd.c 		buf->st_mode = (data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ? (S_IFDIR|S_IEXEC|(S_IEXEC>>3)|(S_IEXEC>>6)) : S_IFREG;
S_IFDIR           342 Zend/zend_virtual_cwd.h #define _S_IFDIR S_IFDIR
S_IFDIR           354 Zend/zend_virtual_cwd.h #define S_ISDIR(mode)	(((mode)&S_IFMT) == S_IFDIR)
S_IFDIR           544 ext/fileinfo/fileinfo.c 					if (ssb.sb.st_mode & S_IFDIR) {
S_IFDIR           563 ext/fileinfo/fileinfo.c 					if (ssb.sb.st_mode & S_IFDIR) {
S_IFDIR          2828 ext/fileinfo/libmagic/apprentice.c                if (st.sb.st_mode & S_IFDIR) {
S_IFDIR           515 ext/phar/func_interceptors.c 		case S_IFDIR: RETURN_STRING("dir");
S_IFDIR           671 ext/phar/func_interceptors.c 				sb.st_mode |= S_IFDIR; /* regular directory */
S_IFDIR           717 ext/phar/func_interceptors.c 					sb.st_mode |= S_IFDIR; /* regular directory */
S_IFDIR           762 ext/phar/func_interceptors.c 				sb.st_mode |= S_IFDIR; /* regular directory */
S_IFDIR          1765 ext/phar/phar.c 		if (ssb.sb.st_mode & S_IFDIR) {
S_IFDIR          1820 ext/phar/phar.c 				if (ssb.sb.st_mode & S_IFDIR) {
S_IFDIR          1832 ext/phar/phar.c 		if (ssb.sb.st_mode & S_IFDIR) {
S_IFDIR          4302 ext/phar/phar_object.c 	} else if (!(ssb.sb.st_mode & S_IFDIR)) {
S_IFDIR           505 ext/phar/stream.c 		ssb->sb.st_mode |= S_IFDIR; /* regular directory */
S_IFDIR           519 ext/phar/stream.c 		ssb->sb.st_mode |= S_IFDIR; /* regular directory */
S_IFDIR           228 ext/phar/util.c 	if (ssb.sb.st_mode & S_IFDIR) {
S_IFDIR          1333 ext/phar/util.c 				if (ssb.sb.st_mode & S_IFDIR && !dir) {
S_IFDIR          1341 ext/phar/util.c 				if ((ssb.sb.st_mode & S_IFDIR) == 0 && dir) {
S_IFDIR           540 ext/standard/dir.c 			if (S_IFDIR != (s.st_mode & S_IFMT)) {
S_IFDIR           975 ext/standard/filestat.c 		case S_IFDIR: RETURN_STRING("dir");
S_IFDIR           797 ext/standard/ftp_fopen_wrapper.c 		ssb->sb.st_mode |= S_IFDIR;
S_IFDIR           814 ext/standard/ftp_fopen_wrapper.c 		if (ssb->sb.st_mode & S_IFDIR) {
S_IFDIR           582 ext/zip/php_zip.c 			if (S_IFDIR != (s.st_mode & S_IFMT)) {
S_IFDIR           675 ext/zip/php_zip.c 			if (S_IFDIR == (s.st_mode & S_IFMT)) {
S_IFDIR           181 ext/zip/zip_stream.c 			ssb->sb.st_mode |= S_IFDIR; /* regular directory */
S_IFDIR           552 main/php_ini.c 				if (!((statbuf.st_mode & S_IFMT) == S_IFDIR)) {
S_IFDIR          1389 sapi/cli/php_cli_server.c 			if (sb.st_mode & S_IFDIR) {
S_IFDIR           171 sapi/fpm/fpm/fpm_conf.c 	return (sb.st_mode & S_IFMT) == S_IFDIR;