Skip to content

Instantly share code, notes, and snippets.

@iluuu1994
Created November 9, 2020 18:42
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 iluuu1994/6060cebdeead01a0bd515935862c2de3 to your computer and use it in GitHub Desktop.
Save iluuu1994/6060cebdeead01a0bd515935862c2de3 to your computer and use it in GitHub Desktop.
<?php
match ($foo) {
is int => ...,
is string|float => ...,
is Foo => ...,
is array => ...,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment