From: Dmitry Stogov Date: Thu, 23 Jun 2005 09:24:10 +0000 (+0000) Subject: Fixed test file according to latest debug_backtrace() fixes X-Git-Tag: php-5.0.5RC1~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=104346f69555ef6ed6041661d2137f02ad410241;p=php Fixed test file according to latest debug_backtrace() fixes --- diff --git a/ext/dom/tests/dom003.phpt b/ext/dom/tests/dom003.phpt index a249264f36..3c4e243c4e 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(%d): DOMElement->appendChild(Object(DOMElement)) +#0 %sdom003.php(%d): DOMNode->appendChild(Object(DOMElement)) #1 {main} thrown in %sdom003.php on line %d