t/htdocs/php/param2.php (6 lines of code) (raw):

<?php old_function Test $b ( $b++; return($b); ); $a = Test(1); echo $a?>