Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h121 # define php_sys_lstat(path, buf) php_sys_stat_ex(path, buf, 1) macro
125 # define php_sys_lstat lstat macro
H A Dzend_virtual_cwd.c1143 if (save && php_sys_lstat(path, &st) < 0) { in tsrm_realpath_r()
1793 retval = php_sys_lstat(new_state.cwd, buf); in virtual_lstat()
/PHP-7.3/main/
H A Dphp.h114 # define lstat(x, y) php_sys_lstat(x, y)
/PHP-7.3/win32/
H A Dglob.c862 return(php_sys_lstat(buf, sb));

Completed in 15 milliseconds