Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dphp_filestat.h61 #define FS_IS_LINK 14 macro
H A Dfilestat.c735 #define IS_LINK_OPERATION(__t) ((__t) == FS_TYPE || (__t) == FS_IS_LINK || (__t) == FS_LSTAT || (__…
736 …t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_IS_LINK || (__t) == FS_L…
943 case FS_IS_LINK: in php_stat()
1078 FileFunction(PHP_FN(is_link), FS_IS_LINK) in FileFunction()
/PHP-8.1/ext/phar/
H A Dfunc_interceptors.c435 #define IS_LINK_OPERATION(__t) ((__t) == FS_TYPE || (__t) == FS_IS_LINK || (__t) == FS_LSTAT)
436 …== FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_IS_LINK)
518 case FS_IS_LINK: in phar_fancy_stat()
/PHP-8.1/ext/spl/
H A Dspl_directory.c1236 FileInfoFunction(isLink, FS_IS_LINK) in FileInfoFunction()

Completed in 19 milliseconds