]> granicus.if.org Git - php/commitdiff
Fixed test file according to latest debug_backtrace() fixes
authorDmitry Stogov <dmitry@php.net>
Thu, 23 Jun 2005 09:24:10 +0000 (09:24 +0000)
committerDmitry Stogov <dmitry@php.net>
Thu, 23 Jun 2005 09:24:10 +0000 (09:24 +0000)
ext/dom/tests/dom003.phpt

index a249264f366754295137cdb5fb173196ce4eb728..3c4e243c4e2cb76a375c541b9762d78153fd0859 100644 (file)
@@ -41,7 +41,7 @@ object(DOMException)#%d (6) {
       ["function"]=>
       string(11) "appendChild"
       ["class"]=>
-      string(10) "DOMElement"
+      string(7) "DOMNode"
       ["type"]=>
       string(2) "->"
       ["args"]=>
@@ -59,6 +59,6 @@ object(DOMException)#%d (6) {
 
 Fatal error: Uncaught exception 'DOMException' with message 'Hierarchy Request Error' in %sdom003.php:%d
 Stack trace:
-#0 %sdom003.php(%d): DOMElement->appendChild(Object(DOMElement))
+#0 %sdom003.php(%d): DOMNode->appendChild(Object(DOMElement))
 #1 {main}
   thrown in %sdom003.php on line %d