Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dphp_filestat.h59 #define FS_IS_FILE 12 macro
H A Dfilestat.c760 …| (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_I…
963 case FS_IS_FILE: in php_stat()
1094 FileFunction(PHP_FN(is_file), FS_IS_FILE) in FileFunction()
/PHP-8.2/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…
514 case FS_IS_FILE: in phar_fancy_stat()
/PHP-8.2/ext/spl/
H A Dspl_directory.c1250 FileInfoFunction(isFile, FS_IS_FILE) in FileInfoFunction()

Completed in 19 milliseconds