- We need %v here

This commit is contained in:
Johannes Schlüter 2006-02-24 23:10:53 +00:00
parent cea8dd887b
commit e0053b2536

View file

@ -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);