asdfasdf
<php>for (i=0;i<foo;i++) {
switch(i) { case 1: bar() break; default: foo() break; }
} </php>