From e0053b2536c6925588a3909c9365e77d45e9d12c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Fri, 24 Feb 2006 23:10:53 +0000 Subject: [PATCH] - We need %v here --- ext/reflection/php_reflection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index f11eb926c3..ae365e5000 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -533,7 +533,7 @@ static void _class_string(string *str, zend_class_entry *ce, zval *obj, char *in /* {{{ _const_string */ static void _const_string(string *str, char *name, zval *value, char *indent TSRMLS_DC) { - string_printf(str, "%s Constant [ %s %s ] { }\n", + string_printf(str, "%s Constant [ %s %v ] { }\n", indent, zend_zval_type_name(value), name); -- 2.50.1