From: Johannes Schlüter Date: Fri, 24 Feb 2006 23:10:53 +0000 (+0000) Subject: - We need %v here X-Git-Tag: RELEASE_1_2~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0053b2536c6925588a3909c9365e77d45e9d12c;p=php - We need %v here --- 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);