variadicDefaultValue.test 139 Bytes
Newer Older
jhon committed
1 2 3 4 5 6
Invalid variadic function
-----
<?php
function foo(...$foo = []) {}
-----
Variadic parameter cannot have a default value from 2:24 to 2:25