Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dphp_filestat.h61 #define FS_IS_LINK 14 macro
H A Dfilestat.c759 #define IS_LINK_OPERATION(__t) ((__t) == FS_TYPE || (__t) == FS_IS_LINK || (__t) == FS_LSTAT || (__…
760 …t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_IS_LINK || (__t) == FS_L…
967 case FS_IS_LINK: in php_stat()
1102 FileFunction(PHP_FN(is_link), FS_IS_LINK) 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)
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.2/ext/spl/
H A Dspl_directory.c1258 FileInfoFunction(isLink, FS_IS_LINK) in FileInfoFunction()

Completed in 20 milliseconds