Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dioutil.h747 __forceinline static int php_win32_ioutil_stat_ex(const char *path, php_win32_ioutil_stat_t *buf, i… in php_win32_ioutil_stat_ex() function
764 #define php_win32_ioutil_stat(path, buf) php_win32_ioutil_stat_ex(path, buf, 0)
765 #define php_win32_ioutil_lstat(path, buf) php_win32_ioutil_stat_ex(path, buf, 1)
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h134 # define php_sys_stat_ex php_win32_ioutil_stat_ex

Completed in 16 milliseconds