summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/zend_reflection_api.c2
-rw-r--r--ext/reflection/php_reflection.c2
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 : "");