Hello, the RFC seems like a good idea to me. However, I do not see any mention of plus operator on arrays, e.g. ['a' => 'A'] + ['b' => 'B']. The array_reduce() would support this, but I think array_sum() would not, because of the return type. I just think this should be made more explicit. -- Andreas
On Mon, 13 Feb 2023, 02:48 G. P. B., <george.bany...@gmail.com> wrote: > Hello internals, > > If there are no further feedback I intend on opening the vote for this > tomorrow. > > Best regards, > > George P. Banyard >