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/fehler8.php
T

9 lines
228 B
PHP

<?php
echo "Aktueller Error-Level: " . error_reporting(). "<br>";
echo "Eine Wanung wird provoziert:" . "<br>";
echo @$nichtAngelegt . "<br>";
echo "Ein Fehler wird provoziert:" . "<hr>";
echo @("a" / "b") . "<br>";
?>