php_stat_len      608 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      817 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      837 ext/standard/filestat.c PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_value)
php_stat_len     1089 ext/standard/filestat.c 	php_stat(filename, (php_stat_len) filename_len, funcnum, return_value); \
php_stat_len     1101 ext/standard/filestat.c 	php_stat(filename, (php_stat_len) filename_len, funcnum, return_value); \
php_stat_len       88 ext/standard/php_filestat.h PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_value);