--TEST-- DOMDocumentType::systemId with invalid state. --CREDITS-- Eric Lee Stewart # TestFest Atlanta 2009-05-25 --EXTENSIONS-- dom --FILE-- systemId; } catch (DOMException $exception) { echo $exception->getMessage() . "\n"; } ?> --EXPECT-- Invalid State Error