This repository has been archived on 2026-06-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

5 lines
108 B
PHP

<?php
echo "Ein Fatal Error wird provoziert:" . "<hr>";
gibtEsNicht();
echo "<hr>Nach dem Problem. ";
?>