Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dphp_filestat.h107 #define FS_LSTAT 16 macro
H A Dfilestat.c830 #define IS_LINK_OPERATION(__t) ((__t) == FS_TYPE || (__t) == FS_IS_LINK || (__t) == FS_LSTAT)
998 case FS_LSTAT: in php_stat()
1174 FileFunction(php_if_lstat, FS_LSTAT) in FileFunction()
/PHP-7.0/ext/phar/
H A Dfunc_interceptors.c432 #define IS_LINK_OPERATION(__t) ((__t) == FS_TYPE || (__t) == FS_IS_LINK || (__t) == FS_LSTAT)
534 case FS_LSTAT: in phar_fancy_stat()
1026 PharFileFunction(phar_lstat, FS_LSTAT, orig_lstat) in PharFileFunction() argument

Completed in 15 milliseconds