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
sgd/ysqld/ysql11d/fehler5.php
T

6 lines
168 B
PHP

<?php
echo "Eine Warnung wird provoziert:" . "<hr>";
echo $nichtAngelegt . "<br>";
echo "Ein fataler Fehler wird provoziert:" . "<hr>";
echo "a" / "b" . "<br>";
?>