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

6 lines
163 B
PHP

<?php
echo "Eine Warnung wird provoziert:" . "<hr>";
echo $nichtAngelegt . "<br>";
$fehler=error_get_last();
error_log($fehler['message'],3, "fehler.log");
?>