> Le 28 juil. 2019 à 21:12, Marco Pivetta <ocram...@gmail.com> a écrit : > > On Sun, Jul 28, 2019 at 9:06 PM Stanislav Malyshev <smalys...@gmail.com> > wrote: > >> Hi! >> >>> Nah, by-ref is pretty much avoided in OSS packages, but we can surely >>> survey the ecosystem to verify this. >> >> I literally work with code that uses references every day. So may be you >> haven't encountered it but the attitude of "nah, never happens" I think >> is a bit misplaced. >> Also please remember not all PHP code is latest composer packages. In >> fact, most of it isn't. >> > > I do work with code like that: the teams maintaining these codebases are > actively removing by-ref calls when they encounter them. > > Marco Pivetta Do your teams actively remove direct calls to array_push() and array_multisort()? In any case, I’m sure that most PHP developers don’t. —Claude -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP-DEV] Re: [RFC] Explicit call-site send-by-ref ... Rowan Collins
- Re: [PHP-DEV] Re: [RFC] Explicit call-site send-by... Nikita Popov
- Re: [PHP-DEV] Re: [RFC] Explicit call-site sen... Rowan Collins
- Re: [PHP-DEV] Re: [RFC] Explicit call-site... Nikita Popov
- Re: [PHP-DEV] Re: [RFC] Explicit call-... Rowan Collins
- Re: [PHP-DEV] Re: [RFC] Explicit call-site sen... Stanislav Malyshev
- Re: [PHP-DEV] Re: [RFC] Explicit call-site... Marco Pivetta
- Re: [PHP-DEV] Re: [RFC] Explicit call-... Stanislav Malyshev
- Re: [PHP-DEV] Re: [RFC] Explicit ... Marco Pivetta
- Re: [PHP-DEV] Re: [RFC] Expli... Stanislav Malyshev
- Re: [PHP-DEV] [RFC] Explicit ... Claude Pache
- Re: [PHP-DEV] [RFC] Explicit ... Marco Pivetta
- Re: [PHP-DEV] [RFC] Explicit ... Stanislav Malyshev
- Re: [PHP-DEV] [RFC] Explicit ... Nikita Popov
- Re: [PHP-DEV] [RFC] Explicit ... Rowan Collins
- Re: [PHP-DEV] [RFC] Explicit ... Stephen Reay
- Re: [PHP-DEV] [RFC] Explicit ... Björn Larsson
- Re: [PHP-DEV] [RFC] Explicit ... Björn Larsson
- Re: [PHP-DEV] [RFC] Explicit ... Nikita Popov
- Re: [PHP-DEV] [RFC] Explicit ... Claude Pache
- Re: [PHP-DEV] [RFC] Explicit ... Stanislav Malyshev