From: Antony Dovgal Date: Thu, 20 Oct 2005 16:47:18 +0000 (+0000) Subject: MFH: fix copy/paste typo X-Git-Tag: php-5.1.0RC4~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fdeb391f358bf8038441613b02bc73fc68875ab;p=php MFH: fix copy/paste typo --- diff --git a/Zend/zend_reflection_api.c b/Zend/zend_reflection_api.c index 921d9bbe64..05df2d6fd6 100644 --- a/Zend/zend_reflection_api.c +++ b/Zend/zend_reflection_api.c @@ -753,7 +753,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 921d9bbe64..05df2d6fd6 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -753,7 +753,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 : "");