summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/php/param2.php
blob: 4a8fe74d5a28df7634cd4256b81c052c507dc247 (plain)
1
2
3
4
5
6
7
<?php  old_function Test $b (
                $b++;
                return($b);
        );
        $a = Test(1);
        echo $a?>