Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_filestat.h100 #define FS_IS_LINK 14 macro
H A Dfilestat.c761 #define IS_LINK_OPERATION(__t) ((__t) == FS_TYPE || (__t) == FS_IS_LINK || (__t) == FS_LSTAT)
762 …== FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_IS_LINK)
919 case FS_IS_LINK: in php_stat()
1078 FileFunction(PHP_FN(is_link), FS_IS_LINK) in FileFunction()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c430 #define IS_LINK_OPERATION(__t) ((__t) == FS_TYPE || (__t) == FS_IS_LINK || (__t) == FS_LSTAT)
431 …== FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_IS_LINK)
514 case FS_IS_LINK: in phar_fancy_stat()
/PHP-7.4/ext/spl/
H A Dspl_directory.c1238 FileInfoFunction(isLink, FS_IS_LINK) in FileInfoFunction()
1514 php_stat(intern->file_name, intern->file_name_len, FS_IS_LINK, return_value); in SPL_METHOD()

Completed in 37 milliseconds