Home
last modified time | relevance | path

Searched refs:php_sys_stat_ex (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_virtual_cwd.h134 CWD_API int php_sys_stat_ex(const char *path, zend_stat_t *buf, int lstat);
135 # define php_sys_stat(path, buf) php_sys_stat_ex(path, buf, 0)
136 # define php_sys_lstat(path, buf) php_sys_stat_ex(path, buf, 1)
H A Dzend_virtual_cwd.c303 CWD_API int php_sys_stat_ex(const char *path, zend_stat_t *buf, int lstat) /* {{{ */ in php_sys_stat_ex() function

Completed in 19 milliseconds