summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/php/if2.php
blob: 612718c913427683a78168cb27e1d7fbf759ad82 (plain)
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?>