Skip to content

Instantly share code, notes, and snippets.

@iamcal
Created March 26, 2012 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamcal/2209425 to your computer and use it in GitHub Desktop.
Save iamcal/2209425 to your computer and use it in GitHub Desktop.
switch ($a)
case 1:
#this runs if case 1 is true
case 2:
case 3:
#this runs if case 1, 2 or 3 are true
break;
case 4:
#this runs if case 4 is true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment