summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-05-17 23:50:16 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-05-17 23:50:16 +0000
commit586a43cfdaf6745e87deb98f2a30b2816c7d426b (patch)
tree4ad77641054e2bd9788a7ebe74c453517726301c /ext
parent941d4c3e99f276ec8cb45b25ba17d07b85dd57e2 (diff)
downloadphp-git-586a43cfdaf6745e87deb98f2a30b2816c7d426b.tar.gz
Adjusted the expected output to reflect the change in var_dump()
Diffstat (limited to 'ext')
-rw-r--r--ext/domxml/tests/xmldoc.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/domxml/tests/xmldoc.phpt b/ext/domxml/tests/xmldoc.phpt
index 244f289c16..439f13775f 100644
--- a/ext/domxml/tests/xmldoc.phpt
+++ b/ext/domxml/tests/xmldoc.phpt
@@ -13,7 +13,7 @@ if(!$dom) {
var_dump($dom);
?>
--EXPECTF--
-object(domdocument)(9) {
+object(domdocument)#%d (9) {
["name"]=>
string(9) "#document"
["url"]=>
@@ -32,4 +32,4 @@ object(domdocument)(9) {
int(5)
[1]=>
int(%d)
-} \ No newline at end of file
+}