diff options
-rw-r--r-- | ext/domxml/tests/xmldoc.phpt | 4 |
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 +} |