php_stat_len      611 ext/phar/func_interceptors.c static void phar_file_stat(const char *filename, php_stat_len filename_length, int type, void (*orig_stat_func)(INTERNAL_FUNCTION_PARAMETERS), INTERNAL_FUNCTION_PARAMETERS) /* {{{ */
php_stat_len      820 ext/phar/func_interceptors.c 		phar_file_stat(filename, (php_stat_len) filename_len, funcnum, PHAR_G(orig), INTERNAL_FUNCTION_PARAM_PASSTHRU); \
php_stat_len      849 ext/standard/filestat.c PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_value TSRMLS_DC)
php_stat_len     1089 ext/standard/filestat.c 	php_stat(filename, (php_stat_len) filename_len, funcnum, return_value TSRMLS_CC); \
php_stat_len       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);