Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_virtual_cwd.h123 # define php_sys_lstat(path, buf) php_sys_stat_ex(path, buf, 1) macro
127 # define php_sys_lstat lstat macro
H A Dzend_virtual_cwd.c1104 if (save && php_sys_lstat(path, &st) < 0) { in tsrm_realpath_r()
1753 retval = php_sys_lstat(new_state.cwd, buf); in virtual_lstat()
/PHP-7.2/main/
H A Dphp.h118 # define lstat(x, y) php_sys_lstat(x, y)
/PHP-7.2/win32/
H A Dglob.c864 return(php_sys_lstat(buf, sb));

Completed in 25 milliseconds