]> granicus.if.org Git - php/commitdiff
Removing redundant UEXPECT
authorZoe Slattery <zoe@php.net>
Mon, 18 May 2009 19:16:30 +0000 (19:16 +0000)
committerZoe Slattery <zoe@php.net>
Mon, 18 May 2009 19:16:30 +0000 (19:16 +0000)
Zend/tests/029.phpt

index 469dd081bb3f32b58013e89b77b8a83ed96bf46c..8ef56fadee4b7a3e910042cb5498b4ec378af86a 100644 (file)
@@ -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) {
-    }
-  }
-}