Home
last modified time | relevance | path

Searched refs:php_sys_lstat (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h136 # define php_sys_lstat php_win32_ioutil_lstat macro
143 # define php_sys_lstat lstat macro
H A Dzend_virtual_cwd.c899 if (save && php_sys_lstat(path, &st) < 0) { in tsrm_realpath_r()
1555 retval = php_sys_lstat(new_state.cwd, buf); in virtual_lstat()
/PHP-7.4/main/
H A Dphp.h110 # define lstat(x, y) php_sys_lstat(x, y)
/PHP-7.4/win32/
H A Dglob.c862 return(php_sys_lstat(buf, sb));

Completed in 28 milliseconds