Searched refs:php_sys_lstat (Results 1 – 5 of 5) sorted by relevance
14 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
36 #define lstat(x, y) php_sys_lstat(x, y)
135 CWD_API int php_sys_lstat(const char *path, struct stat *buf);139 # define php_sys_lstat lstat macro
290 CWD_API int php_sys_lstat(const char *path, struct stat *buf) /* {{{ */ in php_sys_lstat() function1062 if (save && php_sys_lstat(path, &st) < 0) { in tsrm_realpath_r()1756 retval = php_sys_lstat(new_state.cwd, buf); in virtual_lstat()
861 return(php_sys_lstat(buf, sb));
Completed in 26 milliseconds