php_stat          742 ext/spl/spl_directory.c 	php_stat(intern->file_name, intern->file_name_len, func_num, return_value TSRMLS_CC); \
php_stat         1035 ext/spl/spl_directory.c 			php_stat(intern->file_name, intern->file_name_len, FS_IS_LINK, return_value TSRMLS_CC);
php_stat         1040 ext/spl/spl_directory.c 		php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, return_value TSRMLS_CC);
php_stat         1003 ext/standard/filestat.c 	php_stat(Z_STRVAL_PP(filename), (php_stat_len) Z_STRLEN_PP(filename), funcnum, return_value TSRMLS_CC); \
php_stat           91 ext/standard/php_filestat.h PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_value TSRMLS_DC);