From 0e114d429513c410b1e3426c8978dd2b85899c51 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 27 Mar 2006 13:42:04 +0000 Subject: [PATCH] Fixed test --- Zend/tests/bug30791.phpt | 9 +++++++++ 1 file changed, 9 insertions(+) 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) +} -- 2.50.1