forked from z7zmey/php-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
PHP 8PHP 8 featuresPHP 8 features
Description
RFC: https://wiki.php.net/rfc/match_expression_v2
Example:
match ($a) {
10 => 100
};
match ($a) {
10 => 100,
default => 101,
};Metadata
Metadata
Assignees
Labels
PHP 8PHP 8 featuresPHP 8 features