php-src/Zend/tests/try
Xinchen Hui 9254f5d5d3 Merge branch 'PHP-7.0'
* PHP-7.0:
  Fixed bug #72629 (Caught exception assignment to variables ignores references).

Conflicts:
	main/php_version.h
2016-07-20 17:00:09 +08:00
..
bug70228_2.phpt Fixed bug #72213 (Finally leaks on nested exceptions). 2016-05-25 01:25:12 +03:00
bug70228_3.phpt Fixed bug #72213 (Finally leaks on nested exceptions). 2016-05-25 01:25:12 +03:00
bug70228_4.phpt Fixed bug #72213 (Finally leaks on nested exceptions). 2016-05-25 01:25:12 +03:00
bug70228_5.phpt Better fix for bug #70228 (memleak if return in finally block) 2016-06-08 02:20:45 +03:00
bug70228_6.phpt Better fix for bug #70228 (memleak if return in finally block) 2016-06-08 02:20:45 +03:00
bug70228_7.phpt Better fix for bug #70228 (memleak if return in finally block) 2016-06-08 02:20:45 +03:00
bug70228_8.phpt Better fix for bug #70228 (memleak if return in finally block) 2016-06-08 02:20:45 +03:00
bug70228.phpt Fixed bug #70228 (Memleak if return in finally block) 2016-06-08 00:23:33 +03:00
bug71604_2.phpt Fix bug #71604 2016-05-28 14:40:32 +02:00
bug71604_3.phpt Fix bug #71604 2016-05-28 14:40:32 +02:00
bug71604.phpt Fix bug #71604 2016-05-28 14:40:32 +02:00
bug72213_2.phpt Added and fixed tests related to "finally" handling 2016-05-19 13:22:46 +03:00
bug72213.phpt Fixed bug #72213 (Finally leaks on nested exceptions). 2016-05-25 01:25:12 +03:00
bug72629.phpt Fixed bug #72629 (Caught exception assignment to variables ignores references). 2016-07-20 16:59:14 +08:00
catch_002.phpt
catch_003.phpt
catch_004.phpt
catch_finally_001.phpt
catch_finally_002.phpt
catch_finally_003.phpt
catch_finally_004.phpt
catch_finally_005.phpt
catch_finally_006.phpt
exceptions.inc improve test coverage of multicatch 2016-05-02 18:48:50 +01:00
finally_goto_001.phpt
finally_goto_002.phpt
finally_goto_003.phpt
finally_goto_004.phpt
finally_goto_005.phpt
try_catch_finally_001.phpt
try_catch_finally_002.phpt
try_catch_finally_003.phpt
try_catch_finally_004.phpt
try_catch_finally_005.phpt
try_catch_finally_006.phpt
try_catch_finally_007.phpt
try_finally_001.phpt
try_finally_002.phpt
try_finally_003.phpt
try_finally_004.phpt
try_finally_005.phpt
try_finally_006.phpt
try_finally_007.phpt
try_finally_008.phpt
try_finally_009.phpt
try_finally_010.phpt
try_finally_011.phpt
try_finally_012.phpt
try_finally_013.phpt Try to fix finally issue 2015-08-04 07:42:28 +03:00
try_finally_014.phpt Try to fix finally issue 2015-08-04 07:42:28 +03:00
try_finally_015.phpt Try to fix finally issue 2015-08-04 07:42:28 +03:00
try_finally_016.phpt Try to fix finally issue 2015-08-04 07:42:28 +03:00
try_finally_017.phpt Try to fix finally issue 2015-08-04 07:42:28 +03:00
try_finally_018.phpt Try to fix finally issue 2015-08-04 07:42:28 +03:00
try_finally_019.phpt Added tests 2015-11-09 23:54:09 +03:00
try_finally_020.phpt Fixed incorrect order of free/finally on exception 2015-11-10 10:10:39 +03:00
try_finally_021.phpt Changed ZEND_FREE.op2.num and ZEND_FE_FREE.op2.num back to use live_range_offset (try_catch_offset does't work) 2015-11-11 11:12:44 +03:00
try_finally_022.phpt Changed ZEND_FREE.op2.num and ZEND_FE_FREE.op2.num back to use live_range_offset (try_catch_offset does't work) 2015-11-11 11:12:44 +03:00
try_finally_023.phpt Fixed bug #72213 (Finally leaks on nested exceptions). 2016-05-25 01:25:12 +03:00
try_finally_024.phpt Fixed bug #72213 (Finally leaks on nested exceptions). 2016-05-25 01:25:12 +03:00
try_finally_025.phpt Fixed bug #72213 (Finally leaks on nested exceptions). 2016-05-25 01:25:12 +03:00
try_finally_026.phpt Fixed bug #72213 (Finally leaks on nested exceptions). 2016-05-25 01:25:12 +03:00
try_finally_027.phpt Fixed bug #72213 (Finally leaks on nested exceptions). 2016-05-25 01:25:12 +03:00
try_multicatch_001.phpt Allow catching multiple exception types in a single catch statement 2016-05-01 18:47:08 -04:00
try_multicatch_002.phpt Allow catching multiple exception types in a single catch statement 2016-05-01 18:47:08 -04:00
try_multicatch_003.phpt Allow catching multiple exception types in a single catch statement 2016-05-01 18:47:08 -04:00
try_multicatch_004.phpt Allow catching multiple exception types in a single catch statement 2016-05-01 18:47:08 -04:00
try_multicatch_005.phpt Allow catching multiple exception types in a single catch statement 2016-05-01 18:47:08 -04:00
try_multicatch_006.phpt improve test coverage of multicatch 2016-05-02 18:48:50 +01:00
try_multicatch_007.phpt improve test coverage of multicatch 2016-05-02 18:48:50 +01:00