blob: 4a8fe74d5a28df7634cd4256b81c052c507dc247 [file] [log] [blame]
<?php old_function Test $b (
$b++;
return($b);
);
$a = Test(1);
echo $a?>