mirror of
https://github.com/php/php-src.git
synced 2026-04-20 22:41:20 +02:00
This allows writing
array_merge(...$arrays)
instead of
array_merge([], ...$arrays)
and is in line with similar changes to array_push() and array_unshift()
in PHP 7.3.
Closes GH-4175.
11 KiB
11 KiB