Invalid variadic function
-----
<?php
function foo(...$foo = []) {}
Variadic parameter cannot have a default value from 2:24 to 2:25