]> granicus.if.org Git - php/commit
Make nested ternary without parentheses a compile error
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 24 Jul 2020 08:35:03 +0000 (10:35 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 24 Jul 2020 08:35:42 +0000 (10:35 +0200)
commit0a5b7c81b705869618755ed2d559702be6f9d6e4
treed0e8331c5e31c8695c96b4017332a6ef8e24d2ef
parent9bf119832dbf625174794834c71b1e793450d87f
Make nested ternary without parentheses a compile error

This was deprecated in PHP 7.4.
UPGRADING
Zend/tests/ternary_associativity.phpt
Zend/tests/ternary_associativity_1.phpt [new file with mode: 0644]
Zend/tests/ternary_associativity_2.phpt [new file with mode: 0644]
Zend/tests/ternary_associativity_3.phpt [new file with mode: 0644]
Zend/zend_compile.c