lstat 292 Zend/zend_virtual_cwd.c CWD_API int php_sys_stat_ex(const char *path, zend_stat_t *buf, int lstat) /* {{{ */ lstat 344 Zend/zend_virtual_cwd.c if (lstat && data.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { lstat 133 Zend/zend_virtual_cwd.h CWD_API int php_sys_stat_ex(const char *path, zend_stat_t *buf, int lstat); lstat 139 Zend/zend_virtual_cwd.h # define php_sys_lstat lstat lstat 308 Zend/zend_virtual_cwd.h #define VCWD_LSTAT(path, buff) lstat(path, buff) lstat 1083 ext/phar/func_interceptors.c PHAR_INTERCEPT(lstat); lstat 1119 ext/phar/func_interceptors.c PHAR_RELEASE(lstat); lstat 189 ext/session/mod_files.c if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(buf)) { lstat 3212 ext/standard/basic_functions.c PHP_NAMED_FE(lstat, php_if_lstat, arginfo_lstat)