summaryrefslogtreecommitdiff
path: root/Zend/tests/try
Commit message (Expand)AuthorAgeFilesLines
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-095-0/+5
* Support catching exceptions without capturing them to variablesMax Semenik2020-05-262-0/+57
* Reindent phpt filesNikita Popov2020-02-0326-254/+254
* Fix #78880: Spelling error reportChristoph M. Becker2019-12-212-5/+5
* Clean DONE tags from testsFabien Villepinte2019-11-0710-20/+0
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-156-6/+0
* Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
* Trim trailing whitespace in testsGabriel Caruso2018-10-146-6/+6
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2013-13/+13
* 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