blob: 991185ed3e09ca9703f5948b2bb937de2a88f6a7 [file]
<?php
error_reporting(0);
$a="echo \"Hello\";";
eval($a);
?>