]> granicus.if.org Git - php/commit
Deprecate left-associative ternary
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 9 Apr 2019 09:04:13 +0000 (11:04 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 7 May 2019 12:06:29 +0000 (14:06 +0200)
commit09ea55cb4e733f4e5221dfff5b66d6feb9695613
tree62725d29a634e5b4a402185eb481b0650e365164
parent68a7578243635c9dd83580ebbb32cdf5390a1984
Deprecate left-associative ternary

Deprecate nesting ternary operators without explicit parentheses.

RFC: https://wiki.php.net/rfc/ternary_associativity
UPGRADING
Zend/tests/bug72944.phpt
Zend/tests/ternary_associativity.phpt [new file with mode: 0644]
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_language_parser.y