php_sys_stat_ex   133 TSRM/tsrm_virtual_cwd.h CWD_API int php_sys_stat_ex(const char *path, struct stat *buf, int lstat);
php_sys_stat_ex   134 TSRM/tsrm_virtual_cwd.h # define php_sys_stat(path, buf) php_sys_stat_ex(path, buf, 0)
php_sys_stat_ex   135 TSRM/tsrm_virtual_cwd.h # define php_sys_lstat(path, buf) php_sys_stat_ex(path, buf, 1)