summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phpdbg/phpdbg_frame.c')
-rw-r--r--sapi/phpdbg/phpdbg_frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_frame.c b/sapi/phpdbg/phpdbg_frame.c
index 584052ee0b..c2a995dd4a 100644
--- a/sapi/phpdbg/phpdbg_frame.c
+++ b/sapi/phpdbg/phpdbg_frame.c
@@ -164,7 +164,7 @@ static void phpdbg_dump_prototype(zval *tmp) /* {{{ */
}
++j;
- zend_print_flat_zval_r(argstmp);
+ php_printf("%s", phpdbg_short_zval_print(argstmp, 40));
phpdbg_xml("</arg>");
} ZEND_HASH_FOREACH_END();