Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dphp_filestat.h105 #define FS_IS_LINK 14 macro
H A Dfilestat.c830 #define IS_LINK_OPERATION(__t) ((__t) == FS_TYPE || (__t) == FS_IS_LINK || (__t) == FS_LSTAT)
831 …== FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_IS_LINK)
994 case FS_IS_LINK: in php_stat()
1164 FileFunction(PHP_FN(is_link), FS_IS_LINK) 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)
433 …== FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_IS_LINK)
530 case FS_IS_LINK: in phar_fancy_stat()
/PHP-7.0/ext/spl/
H A Dspl_directory.c1213 FileInfoFunction(isLink, FS_IS_LINK) in FileInfoFunction()
1476 php_stat(intern->file_name, intern->file_name_len, FS_IS_LINK, return_value); in SPL_METHOD()

Completed in 22 milliseconds