]> granicus.if.org Git - php/commit
Fixed behavior of failing compound assignments (they shouldn't change the source...
authorDmitry Stogov <dmitry@zend.com>
Fri, 2 Dec 2016 10:58:44 +0000 (13:58 +0300)
committerDmitry Stogov <dmitry@zend.com>
Fri, 2 Dec 2016 10:58:44 +0000 (13:58 +0300)
commitdbf39cddd93ad06ce0353695bd02d448a5d6dac9
tree319c0fe27f185055fa1e6a740aa074a7259a7b6a
parent67d90a4870499f53faefc3314f50181d4150d7d0
Fixed behavior of failing compound assignments (they shouldn't change the source value).
Zend/tests/compound_assign_failure.phpt [new file with mode: 0644]
Zend/zend_operators.c