Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_filestat.h98 #define FS_IS_FILE 12 macro
H A Dfilestat.c762 …| (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_I…
915 case FS_IS_FILE: in php_stat()
1068 FileFunction(PHP_FN(is_file), FS_IS_FILE) in FileFunction()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c431 …| (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_I…
510 case FS_IS_FILE: in phar_fancy_stat()
/PHP-7.4/ext/spl/
H A Dspl_directory.c1228 FileInfoFunction(isFile, FS_IS_FILE) in FileInfoFunction()

Completed in 17 milliseconds