php_sys_stat 402 TSRM/tsrm_virtual_cwd.c if (php_sys_stat(state->cwd, &buf) == 0 && S_ISDIR(buf.st_mode)) php_sys_stat 413 TSRM/tsrm_virtual_cwd.c if (php_sys_stat(state->cwd, &buf) == 0 && S_ISREG(buf.st_mode)) php_sys_stat 1724 TSRM/tsrm_virtual_cwd.c retval = php_sys_stat(new_state.cwd, buf); php_sys_stat 305 TSRM/tsrm_virtual_cwd.h #define VCWD_STAT(path, buff) php_sys_stat(path, buff) php_sys_stat 1168 ext/fileinfo/libmagic/apprentice.c if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) { php_sys_stat 119 ext/fileinfo/libmagic/fsmagic.c if (php_sys_stat(fn, sb) != 0) { php_sys_stat 655 ext/xmlwriter/php_xmlwriter.c if (php_sys_stat(file_dirname, &buf) != 0) { php_sys_stat 876 win32/glob.c return(php_sys_stat(buf, sb));