t/htdocs/php/eval.php (
5
lines of code) (
raw
):
<?php error_reporting(0); $a="echo \"Hello\";"; eval($a); ?>