diff options
author | Rob Richards <rrichards@php.net> | 2005-04-08 12:19:10 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2005-04-08 12:19:10 +0000 |
commit | 1832daf3ccdf8445311cbd1a77eb2ef10ee89db3 (patch) | |
tree | 2fef8f4a15b0eb59c6858e3b0cb9ea9dde53a8fc | |
parent | 3efb2acb34e5a6dadcd9cb152870aa5b487a318e (diff) | |
download | php-git-1832daf3ccdf8445311cbd1a77eb2ef10ee89db3.tar.gz |
fix test
-rw-r--r-- | ext/dom/tests/dom003.phpt | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/ext/dom/tests/dom003.phpt b/ext/dom/tests/dom003.phpt index e8c1db2ce9..a249264f36 100644 --- a/ext/dom/tests/dom003.phpt +++ b/ext/dom/tests/dom003.phpt @@ -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 |