I'm not to keen on PHP and as such haven't spent much time learning the syntax, I was just wondering if this && operator would be syntactically correct in a switch case, so that I could have multiple cases match one case code block.
case "msg" && "username":
/* enter the functions here */
break;
true