summaryrefslogtreecommitdiff
path: root/ext/dom
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2005-06-23 09:25:00 +0000
committerDmitry Stogov <dmitry@php.net>2005-06-23 09:25:00 +0000
commitfd2d420919bc483de495283c821b08490317b9a8 (patch)
treef2162ffe12fea46fc70204d55d507a3b0bbdf29d /ext/dom
parentf17f5da8af687a021913b7632c1baebbc990cd12 (diff)
downloadphp-git-fd2d420919bc483de495283c821b08490317b9a8.tar.gz
Fixed test file according to latest debug_backtrace() fixes
Diffstat (limited to 'ext/dom')
-rw-r--r--ext/dom/tests/dom003.phpt4
1 files changed, 2 insertions, 2 deletions
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