]> granicus.if.org Git - php/commit
Fixed exception habdling on "return" statement.
authorDmitry Stogov <dmitry@zend.com>
Thu, 9 Jul 2015 17:47:25 +0000 (20:47 +0300)
committerDmitry Stogov <dmitry@zend.com>
Thu, 9 Jul 2015 17:47:25 +0000 (20:47 +0300)
commit17c5315bdf8f8087979aeb55f6d3a512ba197cf5
tree7351d65a28af32587e436e73d25e8d87f3812b6c
parentd91aad5966f01259f0e1a431a754d917807761b5
Fixed exception habdling on "return" statement.
Such exceptions shouldn't be caught in the same function.
Zend/tests/return_types/029.phpt
Zend/tests/return_types/030.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_008.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_009.phpt [new file with mode: 0644]
Zend/zend_opcode.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h