1 2 3 4 5 6 7 8 9
<?php $x = 20; if ($x==10 && 1==1) { echo true; } elseif (1==1) { echo "blah"; }; ?>