Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_filestat.h112 #define FS_LSTAT 16 macro
H A Dfilestat.c842 #define IS_LINK_OPERATION(__t) ((__t) == FS_TYPE || (__t) == FS_IS_LINK || (__t) == FS_LSTAT)
1010 case FS_LSTAT: in php_stat()
1175 FileFunction(php_if_lstat, FS_LSTAT) in FileFunction()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c435 #define IS_LINK_OPERATION(__t) ((__t) == FS_TYPE || (__t) == FS_IS_LINK || (__t) == FS_LSTAT)
537 case FS_LSTAT: in phar_fancy_stat()
1029 PharFileFunction(phar_lstat, FS_LSTAT, orig_lstat) in PharFileFunction() argument

Completed in 12 milliseconds