t/htdocs/php/param.php (4 lines of code) (raw):

<?php old_function Test $a,$b ( echo $a+$b; ); Test(1,2)?>