--TEST-- DOMDocumentType::systemId with empty value. --CREDITS-- Eric Lee Stewart # TestFest Atlanta 2009-05-25 --SKIPIF-- --FILE-- '; $xml .= ''; $xml .= '1'; $doc = new DOMDocument(); $doc->loadXML($xml); $doctype = $doc->doctype; var_dump($doctype->systemId); ?> --EXPECT-- string(0) ""