Searched refs:php_sys_stat (Results 1 – 8 of 8) sorted by relevance
/PHP-5.4/TSRM/ |
H A D | tsrm_virtual_cwd.h | 134 # define php_sys_stat(path, buf) php_sys_stat_ex(path, buf, 0) macro 138 # define php_sys_stat stat macro 305 #define VCWD_STAT(path, buff) php_sys_stat(path, buff)
|
H A D | tsrm_virtual_cwd.c | 402 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISDIR(buf.st_mode)) in php_is_dir_ok() 413 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISREG(buf.st_mode)) in php_is_file_ok() 1724 retval = php_sys_stat(new_state.cwd, buf); in virtual_stat()
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | fsmagic.c | 119 if (php_sys_stat(fn, sb) != 0) { in file_fsmagic()
|
H A D | apprentice.c | 1170 if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) { in apprentice_load()
|
/PHP-5.4/ |
H A D | UPGRADING.INTERNALS | 37 available using php_sys_lstat. php_sys_stat and php_sys_lstat usage is recommended
|
/PHP-5.4/win32/ |
H A D | glob.c | 876 return(php_sys_stat(buf, sb));
|
/PHP-5.4/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 655 if (php_sys_stat(file_dirname, &buf) != 0) { in _xmlwriter_get_valid_file_path()
|
/PHP-5.4/ext/fileinfo/ |
H A D | libmagic.patch | 413 + if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) { 1644 + if (php_sys_stat(fn, sb) != 0) {
|
Completed in 40 milliseconds