From: Dmitry Stogov Date: Wed, 7 Dec 2005 14:18:12 +0000 (+0000) Subject: Fixed test X-Git-Tag: RELEASE_1_0_4~487 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea4197207bcedb26e668bf60c4e15dbf4680ba7f;p=php Fixed test --- diff --git a/Zend/tests/bug35239.phpt b/Zend/tests/bug35239.phpt index 7fc7b7d3b6..5fb08fc27f 100755 --- a/Zend/tests/bug35239.phpt +++ b/Zend/tests/bug35239.phpt @@ -39,3 +39,30 @@ object(stdClass)#1 (1) { } } ok +--UEXPECT-- +object(stdClass)#1 (1) { + [u"x0"]=> + &object(stdClass)#2 (3) { + [u"y0"]=> + unicode(1) "b" + [u"y1"]=> + &object(stdClass)#2 (3) { + [u"y0"]=> + unicode(1) "b" + [u"y1"]=> + *RECURSION* + [u"y2"]=> + *RECURSION* + } + [u"y2"]=> + &object(stdClass)#2 (3) { + [u"y0"]=> + unicode(1) "b" + [u"y1"]=> + *RECURSION* + [u"y2"]=> + *RECURSION* + } + } +} +ok