S_ISDIR 411 Zend/zend_virtual_cwd.c if (php_sys_stat(state->cwd, &buf) == 0 && S_ISDIR(buf.st_mode)) S_ISDIR 1120 Zend/zend_virtual_cwd.c directory = S_ISDIR(st.st_mode); S_ISDIR 353 Zend/zend_virtual_cwd.h #ifndef S_ISDIR S_ISDIR 258 ext/fileinfo/libmagic/apprentice.c #ifndef S_ISDIR S_ISDIR 1241 ext/fileinfo/libmagic/apprentice.c if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) { S_ISDIR 73 ext/fileinfo/libmagic/fsmagic.c #ifndef S_ISDIR S_ISDIR 122 ext/fileinfo/libmagic/magic.c if (S_ISDIR(st.st_mode)) { S_ISDIR 255 ext/opcache/zend_accelerator_module.c !S_ISDIR(buf.st_mode) || S_ISDIR 525 ext/phar/func_interceptors.c RETURN_BOOL((stat_sb->st_mode&xmask)!=0 && !S_ISDIR(stat_sb->st_mode)); S_ISDIR 529 ext/phar/func_interceptors.c RETURN_BOOL(S_ISDIR(stat_sb->st_mode)); S_ISDIR 472 ext/phar/tar.c if (old && entry.tar_type == TAR_FILE && S_ISDIR(entry.flags)) { S_ISDIR 30901 ext/sqlite3/libsqlite/sqlite3.c if( !S_ISDIR(buf.st_mode) ) continue; S_ISDIR 1711 ext/standard/file.c if (S_ISDIR(src_s.sb.st_mode)) { S_ISDIR 1726 ext/standard/file.c if (S_ISDIR(dest_s.sb.st_mode)) { S_ISDIR 989 ext/standard/filestat.c RETURN_BOOL((ssb.sb.st_mode&xmask)!=0 && !S_ISDIR(ssb.sb.st_mode)); S_ISDIR 993 ext/standard/filestat.c RETURN_BOOL(S_ISDIR(ssb.sb.st_mode)); S_ISDIR 118 ext/zip/lib/mkstemp.c if (!S_ISDIR(sbuf.st_mode)) { S_ISDIR 2498 sapi/cli/php_cli_server.c if (!S_ISDIR(sb.st_mode)) { S_ISDIR 573 win32/glob.c !IS_SLASH(pathend[-1])) && (S_ISDIR(sb.st_mode) || S_ISDIR 576 win32/glob.c S_ISDIR(sb.st_mode)))) {