For the sake of simplicity I'd rather have || support.

Code:
switch ($moo) {
  case (1 || 2) { echo -a $moo is 1 or 2 }
}