From: Antony Dovgal Date: Thu, 20 Oct 2005 16:46:44 +0000 (+0000) Subject: copy/paste typo X-Git-Tag: RELEASE_0_9_1~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc834fef2f905a097cc1a51161133d7d136e1310;p=php copy/paste typo --- diff --git a/Zend/zend_reflection_api.c b/Zend/zend_reflection_api.c index 9aa9a1a505..f7c816b3ee 100644 --- a/Zend/zend_reflection_api.c +++ b/Zend/zend_reflection_api.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 : ""); 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 : "");