blob: 0bdb1a371ab76c120b5a27c9be48105be4c05918 [file]
<?php $a=1;
if($a==0):
echo "bad";
else:
echo "good";
endif?>