Home
last modified time | relevance | path

Searched refs:FS_EXISTS (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/standard/
H A Dphp_filestat.h62 #define FS_EXISTS 15 macro
H A Dfilestat.c726 #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) …
728 #define IS_ACCESS_CHECK(__t) (IS_ABLE_CHECK(type) || (__t) == FS_EXISTS)
763 case FS_EXISTS: in php_stat()
940 case FS_EXISTS: in php_stat()
1077 FileFunction(PHP_FN(file_exists), FS_EXISTS) in FileFunction()
/PHP-8.3/ext/phar/
H A Dfunc_interceptors.c328 #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) …
330 #define IS_ACCESS_CHECK(__t) (IS_ABLE_CHECK(type) || (__t) == FS_EXISTS)
412 case FS_EXISTS: in phar_fancy_stat()
721 PharFileFunction(phar_file_exists, FS_EXISTS, orig_file_exists) in PharFileFunction()

Completed in 23 milliseconds