summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/php/else.php
blob: 0bdb1a371ab76c120b5a27c9be48105be4c05918 (plain)
1
2
3
4
5
6
7
<?php $a=1;
  if($a==0):
        echo "bad";
  else:
        echo "good";
  endif?>