]> granicus.if.org Git - php/commit
Fixed behavior of failing compound assignments (they shouldn't change the source...
authorDmitry Stogov <dmitry@zend.com>
Mon, 5 Dec 2016 18:45:08 +0000 (21:45 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 5 Dec 2016 18:45:08 +0000 (21:45 +0300)
commita983b728a787360ff033bbf79ec3bd538b6aafb0
treeb818cddfd2c03cd096af5d2dc6942fa898ab8532
parenteddca73ad2b3db7a3700b703e2a98e710ed0ae8d
Fixed behavior of failing compound assignments (they shouldn't change the source value when exception thrown during type converion).
Zend/tests/compound_assign_failure.phpt
Zend/zend_operators.c