From: Dmitry Stogov Date: Fri, 10 Nov 2006 14:21:13 +0000 (+0000) Subject: Unicode support X-Git-Tag: RELEASE_1_0_0RC1~1069 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=706a0364e6d834936761eec9d480033c88892d85;p=php Unicode support --- diff --git a/Zend/zend_object_handlers.c b/Zend/zend_object_handlers.c index 03953182ea..53ead1521f 100644 --- a/Zend/zend_object_handlers.c +++ b/Zend/zend_object_handlers.c @@ -486,7 +486,7 @@ zval *zend_std_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) retval->is_ref = 0; retval->refcount = 0; if (Z_TYPE_P(retval) != IS_OBJECT) { - zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ce->name); + zend_error(E_NOTICE, "Indirect modification of overloaded element of %v has no effect", ce->name); } }