--TEST-- DOM-Parsing GH-47 bis (XML null namespaces need to be preserved) --EXTENSIONS-- dom --FILE-- '); echo $dom->saveXml(), "\n"; $dom = Dom\XMLDocument::createFromString(''); echo $dom->saveXml(), "\n"; ?> --EXPECT--