From: Dmitry Stogov Date: Mon, 27 Mar 2006 13:42:04 +0000 (+0000) Subject: Fixed test X-Git-Tag: RELEASE_1_3~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e114d429513c410b1e3426c8978dd2b85899c51;p=php Fixed test --- diff --git a/Zend/tests/bug30791.phpt b/Zend/tests/bug30791.phpt index 556192ad55..0cd0db37ac 100755 --- a/Zend/tests/bug30791.phpt +++ b/Zend/tests/bug30791.phpt @@ -33,3 +33,12 @@ object(a)#2 (1) { ["a"]=> int(4) } +--UEXPECT-- +unicode(50) "Object of class a could not be converted to string" + +unicode(50) "Object of class a could not be converted to string" + +object(a)#2 (1) { + [u"a"]=> + int(4) +}