php_stat         1481 ext/phar/phar_object.c 						php_stat(fname, fname_len, FS_IS_DIR, &dummy);
php_stat          266 ext/spl/spl_directory.c 	php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, &tmp);
php_stat         1136 ext/spl/spl_directory.c 	php_stat(intern->file_name, intern->file_name_len, func_num, return_value); \
php_stat         1476 ext/spl/spl_directory.c 			php_stat(intern->file_name, intern->file_name_len, FS_IS_LINK, return_value);
php_stat         1481 ext/spl/spl_directory.c 		php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, return_value);
php_stat         1089 ext/standard/filestat.c 	php_stat(filename, (php_stat_len) filename_len, funcnum, return_value); \
php_stat         1101 ext/standard/filestat.c 	php_stat(filename, (php_stat_len) filename_len, funcnum, return_value); \
php_stat           88 ext/standard/php_filestat.h PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_value);
php_stat          294 ext/zip/php_zip.c 	php_stat(resolved_path, strlen(resolved_path), FS_EXISTS, &exists_flag);