On Tue, Aug 25, 2020 at 7:47 PM Michael Voříšek - ČVUT FEL <
voris...@fel.cvut.cz> wrote:

> The following code stopped working in PHP 8:
>
> https://3v4l.org/UlIE3
>
> is it a bug or a feature?
>

This is an intentional change, if that's what you're asking. array_map() is
not spec'd to pass by reference, so it doesn't.

is posting issues like this to internals@lists.php.net email prefered
> over opening bug directly? or is there any special email for it?
>

Please prefer reporting issues at bugs.php.net over this mailing list. (At
least for bugs -- for non-trivial feature requests, the mailing list may be
better.)

Regards,
Nikita

Reply via email to