Home
last modified time | relevance | path

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

/PHP-8.0/win32/
H A Dioutil.h744 __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
761 #define php_win32_ioutil_stat(path, buf) php_win32_ioutil_stat_ex(path, buf, 0)
762 #define php_win32_ioutil_lstat(path, buf) php_win32_ioutil_stat_ex(path, buf, 1)
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.h132 # define php_sys_stat_ex php_win32_ioutil_stat_ex

Completed in 10 milliseconds