Home
last modified time | relevance | path

Searched refs:FS_LSTAT (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/standard/
H A Dphp_filestat.h102 #define FS_LSTAT 16 macro
H A Dfilestat.c753 #define IS_LINK_OPERATION(__t) ((__t) == FS_TYPE || (__t) == FS_IS_LINK || (__t) == FS_LSTAT)
915 case FS_LSTAT: in php_stat()
1091 FileFunction(php_if_lstat, FS_LSTAT) in FileFunction()
/PHP-7.3/ext/phar/
H A Dfunc_interceptors.c430 #define IS_LINK_OPERATION(__t) ((__t) == FS_TYPE || (__t) == FS_IS_LINK || (__t) == FS_LSTAT)
518 case FS_LSTAT: in phar_fancy_stat()
980 PharFileFunction(phar_lstat, FS_LSTAT, orig_lstat) in PharFileFunction() argument

Completed in 20 milliseconds