Searched refs:FS_IS_DIR (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | php_filestat.h | 109 #define FS_IS_DIR 13 macro
|
H A D | filestat.c | 843 …(__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.6/ext/phar/ |
H A D | func_interceptors.c | 436 …(__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 D | phar_object.c | 1496 php_stat(fname, fname_len, FS_IS_DIR, &dummy TSRMLS_CC); in phar_build()
|
/PHP-5.6/ext/spl/ |
H A D | spl_directory.c | 280 php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, &tmp TSRMLS_CC); in spl_filesystem_file_open() 1237 FileInfoFunction(isDir, FS_IS_DIR) in FileInfoFunction() 1510 php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, return_value TSRMLS_CC); in SPL_METHOD()
|
Completed in 33 milliseconds