Hello, I am interested to know if this affects behaviour of following code:

putenv($this->colSize ? 'COLUMNS' : 'COLUMNS='.$this->colSize);

> On 9. Apr 2019, at 11:54, Nikita Popov <nikita....@gmail.com> wrote:
> 
> Hi internals,
> 
> Inspired by Bob's recent RFC for concat precedence, I'd like to propose a
> deprecation and removal of the left-associative behavior of ternaries.
> Instead, explicit parentheses should be used:
> 
> https://wiki.php.net/rfc/ternary_associativity
> 
> This RFC makes nested ternaries without disambiguating parentheses an error
> in PHP 8 -- we might want to consider making them right-associative
> instead, which is both useful and matches the behavior of other languages.
> 
> Regards,
> Nikita


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to