Re: [PHP-DEV] [VOTE][RFC] Null Coalesce Operator

2014-09-27 Thread Andrea Faulds
> On 20 Sep 2014, at 00:34, Andrea Faulds wrote: > > I’ve put the Null Coalesce Operator RFC to a vote: > > https://wiki.php.net/rfc/isset_ternary#vote > > It is a 2/3 majority vote and ends in a week’s time on 2014-09-27. By 31 votes to 3, the RFC has passed and voting has now closed. If the

Re: [PHP-DEV] [VOTE][RFC] Null Coalesce Operator

2014-09-26 Thread Pascal MARTIN
On 20/09/2014 01:34, Andrea Faulds wrote: I’ve put the Null Coalesce Operator RFC to a vote: https://wiki.php.net/rfc/isset_ternary#vote It is a 2/3 majority vote and ends in a week’s time on 2014-09-27. Hi, We've discussed this RFC with other members of AFUP (French UG), and we've writte

Re: [PHP-DEV] [VOTE][RFC] Null Coalesce Operator

2014-09-26 Thread Dmitry Stogov
looks like Perl magic :( -1 Dmitry. On Mon, Sep 22, 2014 at 3:31 PM, Derick Rethans wrote: > On Sat, 20 Sep 2014, Patrick Schaaf wrote: > > > Am 20.09.2014 01:35 schrieb "Andrea Faulds" : > > > > > > https://wiki.php.net/rfc/isset_ternary#vote > > > > Hi, > > > > got a question after being b

Re: [PHP-DEV] [VOTE][RFC] Null Coalesce Operator

2014-09-22 Thread Derick Rethans
On Sat, 20 Sep 2014, Patrick Schaaf wrote: > Am 20.09.2014 01:35 schrieb "Andrea Faulds" : > > > > https://wiki.php.net/rfc/isset_ternary#vote > > Hi, > > got a question after being bitten my the issue yesterday in the context of > the "@yadda ?: 'default'" form yesterday: > > What about yadda

Re: [PHP-DEV] [VOTE][RFC] Null Coalesce Operator

2014-09-20 Thread Nikita Popov
On Sat, Sep 20, 2014 at 9:40 AM, Patrick Schaaf wrote: > Am 20.09.2014 01:35 schrieb "Andrea Faulds" : > > > > https://wiki.php.net/rfc/isset_ternary#vote > > Hi, > > got a question after being bitten my the issue yesterday in the context of > the "@yadda ?: 'default'" form yesterday: > > What ab

Re: [PHP-DEV] [VOTE][RFC] Null Coalesce Operator

2014-09-20 Thread Patrick Schaaf
Am 20.09.2014 01:35 schrieb "Andrea Faulds" : > > https://wiki.php.net/rfc/isset_ternary#vote Hi, got a question after being bitten my the issue yesterday in the context of the "@yadda ?: 'default'" form yesterday: What about yadda that results, at the moment, in fatal errors?? Things like stati

[PHP-DEV] [VOTE][RFC] Null Coalesce Operator

2014-09-19 Thread Andrea Faulds
Good evening, I’ve put the Null Coalesce Operator RFC to a vote: https://wiki.php.net/rfc/isset_ternary#vote It is a 2/3 majority vote and ends in a week’s time on 2014-09-27. For anyone wondering, I’ve decided not to include ??= because we don’t have an assignment operator for ?: either, nor