summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/php/if.php
blob: 8a25e82a2905a4a92ef02ffbe5e0e974486bef4a (plain)
1
<?php $a=1; if($a>0) { echo "Yes"; } ?>