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

11 lines
73 B
PHP

<?php
$a = 4;
$b = match ($a) {
(34) 21 => null
2 => null
};