Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dphp_filestat.h60 #define FS_IS_DIR 13 macro
H A Dfilestat.c760 …(__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_I…
965 case FS_IS_DIR: in php_stat()
1098 FileFunction(PHP_FN(is_dir), FS_IS_DIR) in FileFunction()
/PHP-8.2/ext/phar/
H A Dfunc_interceptors.c436 …(__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_I…
516 case FS_IS_DIR: in phar_fancy_stat()
833 PharFileFunction(phar_is_dir, FS_IS_DIR, orig_is_dir) in PharFileFunction()
/PHP-8.2/ext/spl/
H A Dspl_directory.c342 php_stat(intern->file_name, FS_IS_DIR, &tmp); in spl_filesystem_file_open()
1254 FileInfoFunction(isDir, FS_IS_DIR) in FileInfoFunction()
1518 php_stat(intern->file_name, FS_IS_DIR, return_value); in PHP_METHOD()

Completed in 22 milliseconds