From fd2d420919bc483de495283c821b08490317b9a8 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 23 Jun 2005 09:25:00 +0000 Subject: Fixed test file according to latest debug_backtrace() fixes --- ext/dom/tests/dom003.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/dom') diff --git a/ext/dom/tests/dom003.phpt b/ext/dom/tests/dom003.phpt index cc73957d60..5fb4593668 100644 --- a/ext/dom/tests/dom003.phpt +++ b/ext/dom/tests/dom003.phpt @@ -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(13): DOMElement->appendChild(Object(DOMElement)) +#0 %sdom003.php(13): DOMNode->appendChild(Object(DOMElement)) #1 {main} thrown in %sdom003.php on line %d -- cgit v1.2.1