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