Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_filestat.h108 #define FS_IS_FILE 12 macro
H A Dfilestat.c843 …| (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_I…
1002 case FS_IS_FILE: in php_stat()
1155 FileFunction(PHP_FN(is_file), FS_IS_FILE) in FileFunction()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c436 …| (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_I…
529 case FS_IS_FILE: in phar_fancy_stat()
/PHP-5.5/ext/spl/
H A Dspl_directory.c1231 FileInfoFunction(isFile, FS_IS_FILE) in FileInfoFunction()

Completed in 32 milliseconds