mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
77cf3d7b11
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