mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
- We need %v here
This commit is contained in:
parent
cea8dd887b
commit
e0053b2536
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ static void _class_string(string *str, zend_class_entry *ce, zval *obj, char *in
|
||||||
/* {{{ _const_string */
|
/* {{{ _const_string */
|
||||||
static void _const_string(string *str, char *name, zval *value, char *indent TSRMLS_DC)
|
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,
|
indent,
|
||||||
zend_zval_type_name(value),
|
zend_zval_type_name(value),
|
||||||
name);
|
name);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue