Skip to content

Instantly share code, notes, and snippets.

@wesleywillians
Created September 9, 2014 22:19
Show Gist options
  • Save wesleywillians/42eca57402e3bd6eaefe to your computer and use it in GitHub Desktop.
Save wesleywillians/42eca57402e3bd6eaefe to your computer and use it in GitHub Desktop.
switch $name {
case (preg_match('/John.*/', $name) ? true : false) :
// do stuff for people whose name is John, Johnny, ...
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment