1 2 3 4 5 6 7 8 9 10 11
<?php $a = 1; old_function Test $a ( if($a<3): return(3); endif; ); if($a < Test($a)): echo "$a\n"; $a++; endif?>