parser/tests/fixtures/0198/code.php

11 lines
74 B
PHP
Raw Normal View History

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