Home
last modified time | relevance | path

Searched refs:IS_EXISTS_CHECK (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/standard/
H A Dfilestat.c760 #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) … macro
775 if (ZSTR_LEN(filename) && !IS_EXISTS_CHECK(type)) { in php_stat()
816 if (IS_EXISTS_CHECK(type)) { in php_stat()
840 if (ZSTR_LEN(filename) && !IS_EXISTS_CHECK(type)) { in php_stat()
856 if (!IS_EXISTS_CHECK(type)) { in php_stat()
/PHP-8.2/ext/phar/
H A Dfunc_interceptors.c436 #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) … macro
648 if (IS_EXISTS_CHECK(type)) { in phar_file_stat()
677 if (IS_EXISTS_CHECK(type)) { in phar_file_stat()
688 if (IS_EXISTS_CHECK(type)) { in phar_file_stat()
704 if (!IS_EXISTS_CHECK(type)) { in phar_file_stat()

Completed in 11 milliseconds