]> granicus.if.org Git - php/commitdiff
fix tests
authorAntony Dovgal <tony2001@php.net>
Tue, 19 Sep 2006 11:25:07 +0000 (11:25 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 19 Sep 2006 11:25:07 +0000 (11:25 +0000)
ext/xml/tests/bug26528.phpt
ext/xml/tests/bug35447.phpt

index e08e86c21425b673d337bfa1ec412675d33fe37d..40a1c53c9b4c0e3bb08b00d5c6615bf8acd11c46 100644 (file)
@@ -29,20 +29,3 @@ array(1) {
     }
   }
 }
---UEXPECT--
-array(1) {
-  [0]=>
-  array(4) {
-    [u"tag"]=>
-    string(4) "TEST"
-    [u"type"]=>
-    string(8) "complete"
-    [u"level"]=>
-    int(1)
-    [u"attributes"]=>
-    array(1) {
-      [u"ATTR"]=>
-      string(13) "angle<bracket"
-    }
-  }
-}
index e86347b30f980eb2c7172cbabc664f0728490411..8cbb5e519323c88b29279c5ff96afae965f8a107 100644 (file)
@@ -47,24 +47,3 @@ array(1) {
     string(13) "A bient&244;t"
   }
 }
---UEXPECTF--
-array(1) {
-  [0]=>
-  array(5) {
-    [u"tag"]=>
-    string(8) "resource"
-    [u"type"]=>
-    string(8) "complete"
-    [u"level"]=>
-    int(1)
-    [u"attributes"]=>
-    array(2) {
-      [u"key"]=>
-      string(7) "rSeeYou"
-      [u"type"]=>
-      string(7) "literal"
-    }
-    [u"value"]=>
-    string(13) "A bient&244;t"
-  }
-}