parser/tests/fixtures/0210/code.php

8 lines
62 B
PHP
Raw Normal View History

<?php
match ($s) {
default => 43,
default => 34,
};