parser/tests/fixtures/0174/code.php

7 lines
52 B
PHP
Raw Normal View History

2022-12-02 23:16:27 +01:00
<?php
function foo(
string $a
...$bar
) {}