Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_filestat.h110 #define FS_IS_LINK 14 macro
H A Dfilestat.c842 #define IS_LINK_OPERATION(__t) ((__t) == FS_TYPE || (__t) == FS_IS_LINK || (__t) == FS_LSTAT)
843 …== FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_IS_LINK)
1006 case FS_IS_LINK: in php_stat()
1165 FileFunction(PHP_FN(is_link), FS_IS_LINK) 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)
436 …== FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_IS_LINK)
533 case FS_IS_LINK: in phar_fancy_stat()
/PHP-5.5/ext/spl/
H A Dspl_directory.c1241 FileInfoFunction(isLink, FS_IS_LINK) in FileInfoFunction()
1504 php_stat(intern->file_name, intern->file_name_len, FS_IS_LINK, return_value TSRMLS_CC); in SPL_METHOD()

Completed in 25 milliseconds