parser/tests/fixtures/0195/code.php

9 lines
60 B
PHP
Raw Normal View History

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