summaryrefslogtreecommitdiff
path: root/Zend/tests/try
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #74444: multiple catch freezes in some casesDavid Matejka2017-04-151-0/+77
* Merge branch 'PHP-7.0'Xinchen Hui2016-07-201-0/+16
|\
| * Fixed bug #72629 (Caught exception assignment to variables ignores references).Xinchen Hui2016-07-201-0/+16
* | Better fix for bug #70228 (memleak if return in finally block)Dmitry Stogov2016-06-084-0/+97
* | Fixed bug #70228 (Memleak if return in finally block)Dmitry Stogov2016-06-081-2/+0
* | Fix bug #71604Nikita Popov2016-05-283-0/+102
* | Fixed bug #72213 (Finally leaks on nested exceptions).Dmitry Stogov2016-05-259-2/+257
* | Added and fixed tests related to "finally" handlingDmitry Stogov2016-05-193-2/+54
* | Revert "Fixed Bug #72213 (Finally leaks on nested exceptions)"Xinchen Hui2016-05-171-25/+0
* | Fixed Bug #72213 (Finally leaks on nested exceptions)Xinchen Hui2016-05-171-0/+25
* | improve test coverage of multicatchJoe Watkins2016-05-023-0/+45
* | Allow catching multiple exception types in a single catch statementPierrick Charron2016-05-016-0/+112
* | Changed ZEND_FREE.op2.num and ZEND_FE_FREE.op2.num back to use live_range_off...Dmitry Stogov2015-11-112-0/+61
|/
* Fixed incorrect order of free/finally on exceptionDmitry Stogov2015-11-101-2/+0
* Added testsDmitry Stogov2015-11-092-0/+84
* Add XFAIL test for #70228Xinchen Hui2015-08-101-0/+16
* Try to fix finally issueNikita Popov2015-08-046-0/+186
* a: try { ... } ≠ try { a: ... }Bob Weinand2015-07-101-0/+15
* Move try/catch/finally tests to common directoryNikita Popov2015-07-1032-0/+907