diff options
author | Antony Dovgal <tony2001@php.net> | 2005-10-20 16:46:44 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-10-20 16:46:44 +0000 |
commit | fc834fef2f905a097cc1a51161133d7d136e1310 (patch) | |
tree | 34f9a864b1071ac6e43fb7948b9e83a26aa2907e | |
parent | cc918f8c69ed7bb2a0fadf63ebb37c66d2203731 (diff) | |
download | php-git-fc834fef2f905a097cc1a51161133d7d136e1310.tar.gz |
copy/paste typo
-rw-r--r-- | Zend/zend_reflection_api.c | 2 | ||||
-rw-r--r-- | ext/reflection/php_reflection.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 : ""); |