Home
last modified time | relevance | path

Searched refs:php_sys_stat (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/
H A DUPGRADING.INTERNALS15 available using php_sys_lstat. php_sys_stat and php_sys_lstat usage is recommended
/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.h134 CWD_API int php_sys_stat(const char *path, struct stat *buf);
138 # define php_sys_stat stat macro
305 #define VCWD_STAT(path, buff) php_sys_stat(path, buff)
H A Dtsrm_virtual_cwd.c284 CWD_API int php_sys_stat(const char *path, struct stat *buf) /* {{{ */ in php_sys_stat() function
414 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISDIR(buf.st_mode)) in php_is_dir_ok()
425 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISREG(buf.st_mode)) in php_is_file_ok()
1738 retval = php_sys_stat(new_state.cwd, buf); in virtual_stat()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dfsmagic.c116 if (php_sys_stat(fn, sb) != 0) { in file_fsmagic()
H A Dapprentice.c777 if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
/PHP-5.3/win32/
H A Dglob.c876 return(php_sys_stat(buf, sb));
/PHP-5.3/ext/xmlwriter/
H A Dphp_xmlwriter.c657 if (php_sys_stat(file_dirname, &buf) != 0) { in _xmlwriter_get_valid_file_path()
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch354 + if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
1420 + if (php_sys_stat(fn, sb) != 0) {

Completed in 34 milliseconds