From: Zoe Slattery Date: Mon, 18 May 2009 19:16:30 +0000 (+0000) Subject: Removing redundant UEXPECT X-Git-Tag: php-5.3.0RC3~217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5348b9152245cfebd5bf14e3f79c18ea8dd3177;p=php Removing redundant UEXPECT --- diff --git a/Zend/tests/029.phpt b/Zend/tests/029.phpt index 469dd081bb..8ef56fadee 100644 --- a/Zend/tests/029.phpt +++ b/Zend/tests/029.phpt @@ -49,37 +49,3 @@ array(1) { } } } ---UEXPECT-- -array(1) { - [0]=> - object(stdClass)#1 (1) { - [u"a"]=> - object(stdClass)#2 (0) { - } - } -} -array(1) { - [0]=> - object(stdClass)#1 (2) { - [u"a"]=> - object(stdClass)#2 (0) { - } - [u"b"]=> - object(stdClass)#3 (0) { - } - } -} -array(1) { - [0]=> - object(stdClass)#1 (3) { - [u"a"]=> - object(stdClass)#2 (0) { - } - [u"b"]=> - object(stdClass)#3 (0) { - } - [u"c"]=> - object(stdClass)#2 (0) { - } - } -}