parser/tests/0195/code.php
2022-12-04 08:56:53 +00:00

9 lines
60 B
PHP

<?php
$a = 4;
$b = match ($a) {
1,2,3,4, => null,
};