<?php

if ('foo' == 'bar') {
}
elseif ('this' == 0) {
  print 1;
}

