php_stat         1497 ext/phar/phar_object.c 						php_stat(fname, fname_len, FS_IS_DIR, &dummy TSRMLS_CC);
php_stat          277 ext/spl/spl_directory.c 	php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, &tmp TSRMLS_CC);
php_stat         1159 ext/spl/spl_directory.c 	php_stat(intern->file_name, intern->file_name_len, func_num, return_value TSRMLS_CC); \
php_stat         1499 ext/spl/spl_directory.c 			php_stat(intern->file_name, intern->file_name_len, FS_IS_LINK, return_value TSRMLS_CC);
php_stat         1504 ext/spl/spl_directory.c 		php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, return_value TSRMLS_CC);
php_stat         1089 ext/standard/filestat.c 	php_stat(filename, (php_stat_len) filename_len, funcnum, return_value TSRMLS_CC); \
php_stat           93 ext/standard/php_filestat.h PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_value TSRMLS_DC);
php_stat          315 ext/zip/php_zip.c 	php_stat(resolved_path, strlen(resolved_path), FS_EXISTS, &exists_flag TSRMLS_CC);