From: Moriyoshi Koizumi Date: Sat, 17 May 2003 23:50:16 +0000 (+0000) Subject: Adjusted the expected output to reflect the change in var_dump() X-Git-Tag: RELEASE_1_0_2~770 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=586a43cfdaf6745e87deb98f2a30b2816c7d426b;p=php Adjusted the expected output to reflect the change in var_dump() --- 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 +}