Searched refs:php_sys_stat_ex (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/Zend/ |
H A D | zend_virtual_cwd.h | 119 CWD_API int php_sys_stat_ex(const char *path, zend_stat_t *buf, int lstat); 120 # define php_sys_stat(path, buf) php_sys_stat_ex(path, buf, 0) 121 # define php_sys_lstat(path, buf) php_sys_stat_ex(path, buf, 1)
|
H A D | zend_virtual_cwd.c | 252 CWD_API int php_sys_stat_ex(const char *path, zend_stat_t *buf, int lstat) /* {{{ */ in php_sys_stat_ex() function
|
Completed in 11 milliseconds