]> granicus.if.org Git - php/commitdiff
Fixed test
authorDmitry Stogov <dmitry@php.net>
Mon, 27 Mar 2006 13:42:04 +0000 (13:42 +0000)
committerDmitry Stogov <dmitry@php.net>
Mon, 27 Mar 2006 13:42:04 +0000 (13:42 +0000)
Zend/tests/bug30791.phpt

index 556192ad55329cd02a7651fb01f5c451b13cfb31..0cd0db37ac2c24278a03e46fcb3f693a701778ce 100755 (executable)
@@ -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)
+}