From fc834fef2f905a097cc1a51161133d7d136e1310 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 20 Oct 2005 16:46:44 +0000 Subject: copy/paste typo --- ext/reflection/php_reflection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/reflection/php_reflection.c') diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 9aa9a1a505..f7c816b3ee 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -792,7 +792,7 @@ static int _extension_ini_string(zend_ini_entry *ini_entry, int num_args, va_lis } } - string_printf(str, "> ]\n", indent, ini_entry->name); + string_printf(str, "> ]\n"); string_printf(str, " %s Current = '%s'\n", indent, ini_entry->value ? ini_entry->value : ""); if (ini_entry->modified) { string_printf(str, " %s Default = '%s'\n", indent, ini_entry->orig_value ? ini_entry->orig_value : ""); -- cgit v1.2.1