Re: [PHP-DEV] [RFC] [DISCUSSION] Ensure correct magic methods' signatures when typed

2020-04-11 Thread Gabriel Caruso
On Tue, 7 Apr 2020 at 12:55, Claude Pache wrote: > > Le 5 avr. 2020 à 16:01, Gabriel Caruso a > écrit : > > Hello, internals. > > Hereby you can find the RFC Document that I want to discuss as suggested > via https://externals.io/message/109416 and > https://externals.io/message/107990: > > http

Re: [PHP-DEV] [RFC] [DISCUSSION] Ensure correct magic methods' signatures when typed

2020-04-11 Thread Gabriel Caruso
On Sat, 11 Apr 2020 at 22:40, Gabriel Caruso wrote: > On Tue, 7 Apr 2020 at 12:55, Claude Pache wrote: > >> >> Le 5 avr. 2020 à 16:01, Gabriel Caruso a >> écrit : >> >> Hello, internals. >> >> Hereby you can find the RFC Document that I want to discuss as suggested >> via https://externals.io/m

[PHP-DEV] [DISCUSSION] Match expression

2020-04-11 Thread Ilija Tovilo
Hi internals I'd like to announce the match expression RFC that replaces the switch expression RFC I announced a few weeks ago. New: https://wiki.php.net/rfc/match_expression Old: https://wiki.php.net/rfc/switch_expression Due to the feedback I decided to take the RFC in a slightly different dire

Re: [PHP-DEV] [DISCUSSION] Match expression

2020-04-11 Thread G. P. B.
On Sun, 12 Apr 2020 at 02:16, Ilija Tovilo wrote: > Hi internals > > I'd like to announce the match expression RFC that replaces the switch > expression RFC I announced a few weeks ago. > New: https://wiki.php.net/rfc/match_expression > Old: https://wiki.php.net/rfc/switch_expression > > Due to t