Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_filestat.h109 #define FS_IS_DIR 13 macro
H A Dfilestat.c843 …(__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_I…
1004 case FS_IS_DIR: in php_stat()
1160 FileFunction(PHP_FN(is_dir), FS_IS_DIR) in FileFunction()
/PHP-5.5/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…
531 case FS_IS_DIR: in phar_fancy_stat()
892 PharFileFunction(phar_is_dir, FS_IS_DIR, orig_is_dir) in PharFileFunction()
H A Dphar_object.c1498 php_stat(fname, fname_len, FS_IS_DIR, &dummy TSRMLS_CC); in phar_build()
/PHP-5.5/ext/spl/
H A Dspl_directory.c280 php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, &tmp TSRMLS_CC); in spl_filesystem_file_open()
1236 FileInfoFunction(isDir, FS_IS_DIR) in FileInfoFunction()
1509 php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, return_value TSRMLS_CC); in SPL_METHOD()

Completed in 68 milliseconds