Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_filestat.h101 #define FS_EXISTS 15 macro
H A Dfilestat.c762 #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) …
764 #define IS_ACCESS_CHECK(__t) (IS_ABLE_CHECK(type) || (__t) == FS_EXISTS)
795 case FS_EXISTS: in php_stat()
921 case FS_EXISTS: in php_stat()
1083 FileFunction(PHP_FN(file_exists), FS_EXISTS) in FileFunction()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c431 #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) …
433 #define IS_ACCESS_CHECK(__t) (IS_ABLE_CHECK(type) || (__t) == FS_EXISTS)
516 case FS_EXISTS: in phar_fancy_stat()
838 PharFileFunction(phar_file_exists, FS_EXISTS, orig_file_exists) in PharFileFunction()
/PHP-7.4/ext/zip/
H A Dphp_zip.c297 php_stat(resolved_path, strlen(resolved_path), FS_EXISTS, &exists_flag); in php_zip_add_file()

Completed in 21 milliseconds