Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dphp_filestat.h63 #define FS_LSTAT 16 macro
H A Dfilestat.c759 #define IS_LINK_OPERATION(__t) ((__t) == FS_TYPE || (__t) == FS_IS_LINK || (__t) == FS_LSTAT || (__…
971 case FS_LSTAT: in php_stat()
1110 FileFunction(PHP_FN(lstat), FS_LSTAT) in FileFunction()
/PHP-8.2/ext/phar/
H A Dfunc_interceptors.c435 #define IS_LINK_OPERATION(__t) ((__t) == FS_TYPE || (__t) == FS_IS_LINK || (__t) == FS_LSTAT)
522 case FS_LSTAT: in phar_fancy_stat()
969 PharFileFunction(phar_lstat, FS_LSTAT, orig_lstat) in PharFileFunction() argument

Completed in 14 milliseconds