--TEST-- Bug #38850 (lookupNamespaceURI does not return default namespace) --EXTENSIONS-- dom --FILE-- HERE; $doc = new DOMDocument(); $doc->loadXML($xml); $root = $doc->documentElement; print $root->lookupNamespaceURI(NULL); ?> --EXPECT-- http://www.example.com/ns/foo