On Fri, Jun 14, 2019 at 12:15 PM Benjamin Morel <benjamin.mo...@gmail.com>
wrote:

> I'm wondering if there's any reason why array_merge() doesn't allow zero
> arrays to be passed?
>
>     array_merge(); // Warning:  array_merge() expects at least 1 parameter,
> 0 given
>
> It would be reasonable IMO to return an empty array in this case.
>

I don't see any issue with this plan. I say do it.

-Sara

Reply via email to