Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dphp_filestat.h60 #define FS_IS_DIR 13 macro
H A Dfilestat.c726 …(__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_I…
936 case FS_IS_DIR: in php_stat()
1069 FileFunction(PHP_FN(is_dir), FS_IS_DIR) in FileFunction()
/PHP-8.3/ext/phar/
H A Dfunc_interceptors.c328 …(__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_I…
408 case FS_IS_DIR: in phar_fancy_stat()
725 PharFileFunction(phar_is_dir, FS_IS_DIR, orig_is_dir) in PharFileFunction()
/PHP-8.3/ext/spl/
H A Dspl_directory.c332 php_stat(intern->file_name, FS_IS_DIR, &tmp); in spl_filesystem_file_open()
1242 FileInfoFunction(isDir, FS_IS_DIR) in FileInfoFunction()
1511 php_stat(intern->file_name, FS_IS_DIR, return_value); in PHP_METHOD()

Completed in 16 milliseconds