Re: [PHP-DEV] [RFC Proposal] Null Coalesce Equal Operator

2016-03-10 Thread Sara Golemon
On Thu, Mar 10, 2016 at 8:47 PM, Pierrick Charron wrote: > Just to let you know that I took the liberty to correct the title of your > RFC. It was still null coalesce equal operator :) > Ooops. Thanks :) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

Re: [PHP-DEV] [RFC Proposal] Null Coalesce Equal Operator

2016-03-10 Thread Pierrick Charron
Hi Sara, Just to let you know that I took the liberty to correct the title of your RFC. It was still null coalesce equal operator :) Otherwise I'm +1 for both RFC Pierrick On 10 March 2016 at 22:01, Sara Golemon wrote: > On Wed, Mar 9, 2016 at 10:14 AM, Midori Kocak

Re: [PHP-DEV] [RFC Proposal] Null Coalesce Equal Operator

2016-03-10 Thread Sara Golemon
On Wed, Mar 9, 2016 at 10:14 AM, Midori Kocak wrote: > Let me introduce my first RFC here: > https://wiki.php.net/rfc/null_coalesce_equal_operator > > I've jumped on the bandwagon by adding a second RFC related to this one: https://wiki.php.net/rfc/short_ternary_equal_operator

Re: [PHP-DEV] [RFC Proposal] Null Coalesce Equal Operator

2016-03-09 Thread Midori Kocak
Hi, I fixed that, corrected some typos and closed voting. Thank you for feedbacks, Midori > On 09 Mar 2016, at 19:55, Jakub Kubíček wrote: > > Hi Midori, > > what about targetting this to the next PHP 7.x? > > -- > Kubis > On 10-Mar-2016 12:11 am, "Ryan Pallas"

Re: [PHP-DEV] [RFC Proposal] Null Coalesce Equal Operator

2016-03-09 Thread Jakub Kubíček
Hi Midori, what about targetting this to the next PHP 7.x? -- Kubis On 10-Mar-2016 12:11 am, "Ryan Pallas" wrote: > On Wed, Mar 9, 2016 at 11:14 AM, Midori Kocak wrote: > > > Hi all, > > > > Remember my question about ??= operator? > > > > Forgive my

Re: [PHP-DEV] [RFC Proposal] Null Coalesce Equal Operator

2016-03-09 Thread Ryan Pallas
On Wed, Mar 9, 2016 at 11:14 AM, Midori Kocak wrote: > Hi all, > > Remember my question about ??= operator? > > Forgive my rookieness and let me introduce my first RFC here: > https://wiki.php.net/rfc/null_coalesce_equal_operator < >

Re: [PHP-DEV] [RFC Proposal] Null Coalesce Equal Operator

2016-03-09 Thread Sara Golemon
On Wed, Mar 9, 2016 at 10:14 AM, Midori Kocak wrote: > Remember my question about ??= operator? > https://wiki.php.net/rfc/null_coalesce_equal_operator > As I said before, I support this. The whole thing feels like a no-brainer in terms of implementing it. Davey mentioned on

[PHP-DEV] [RFC Proposal] Null Coalesce Equal Operator

2016-03-09 Thread Midori Kocak
Hi all, Remember my question about ??= operator? Forgive my rookieness and let me introduce my first RFC here: https://wiki.php.net/rfc/null_coalesce_equal_operator Let me also include here the introduction I wrote: Combined