]> granicus.if.org Git - php/commitdiff
fix test
authorRob Richards <rrichards@php.net>
Fri, 8 Apr 2005 12:19:10 +0000 (12:19 +0000)
committerRob Richards <rrichards@php.net>
Fri, 8 Apr 2005 12:19:10 +0000 (12:19 +0000)
ext/dom/tests/dom003.phpt

index e8c1db2ce9ff3f504bcff7e9def91f8d228ce775..a249264f366754295137cdb5fb173196ce4eb728 100644 (file)
@@ -27,11 +27,30 @@ object(DOMException)#%d (6) {
   ["string:private"]=>
   string(0) ""
   ["file:protected"]=>
-  string(%d) "%s/ext/dom/tests/dom003.php"
+  string(%d) "%sdom003.php"
   ["line:protected"]=>
   int(8)
   ["trace:private"]=>
-  array(0) {
+  array(1) {
+    [0]=>
+    array(6) {
+      ["file"]=>
+      string(%d) "%sdom003.php"
+      ["line"]=>
+      int(8)
+      ["function"]=>
+      string(11) "appendChild"
+      ["class"]=>
+      string(10) "DOMElement"
+      ["type"]=>
+      string(2) "->"
+      ["args"]=>
+      array(1) {
+        [0]=>
+        object(DOMElement)#%d (0) {
+        }
+      }
+    }
   }
   ["code"]=>
   int(3)
@@ -40,5 +59,6 @@ object(DOMException)#%d (6) {
 
 Fatal error: Uncaught exception 'DOMException' with message 'Hierarchy Request Error' in %sdom003.php:%d
 Stack trace:
-#0 {main}
+#0 %sdom003.php(%d): DOMElement->appendChild(Object(DOMElement))
+#1 {main}
   thrown in %sdom003.php on line %d