Home
last modified time | relevance | path

Searched refs:php_sys_lstat (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/
H A DUPGRADING.INTERNALS14 php_sys_lstat is an alias to lstat (when avaible). On Windows it is now
15 available using php_sys_lstat. php_sys_stat and php_sys_lstat usage is recommended
/PHP-5.3/main/
H A Dwin95nt.h36 #define lstat(x, y) php_sys_lstat(x, y)
/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.h135 CWD_API int php_sys_lstat(const char *path, struct stat *buf);
139 # define php_sys_lstat lstat macro
H A Dtsrm_virtual_cwd.c290 CWD_API int php_sys_lstat(const char *path, struct stat *buf) /* {{{ */ in php_sys_lstat() function
1062 if (save && php_sys_lstat(path, &st) < 0) { in tsrm_realpath_r()
1756 retval = php_sys_lstat(new_state.cwd, buf); in virtual_lstat()
/PHP-5.3/win32/
H A Dglob.c861 return(php_sys_lstat(buf, sb));

Completed in 29 milliseconds