Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dwin95nt.h36 #define lstat(x, y) php_sys_lstat(x, y)
/PHP-7.0/Zend/
H A Dzend_virtual_cwd.h135 # define php_sys_lstat(path, buf) php_sys_stat_ex(path, buf, 1) macro
139 # define php_sys_lstat lstat macro
H A Dzend_virtual_cwd.c1094 if (save && php_sys_lstat(path, &st) < 0) { in tsrm_realpath_r()
1749 retval = php_sys_lstat(new_state.cwd, buf); in virtual_lstat()
/PHP-7.0/win32/
H A Dglob.c864 return(php_sys_lstat(buf, sb));

Completed in 19 milliseconds