Skip to content

Instantly share code, notes, and snippets.

@iluuu1994
Created November 9, 2020 18:42
Show Gist options
  • Select an option

  • Save iluuu1994/6060cebdeead01a0bd515935862c2de3 to your computer and use it in GitHub Desktop.

Select an option

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