php-src/sapi/phpdbg/tests
Dmitry Stogov 2ae21abdf7 Fixed bug #72213 (Finally leaks on nested exceptions).
Squashed commit of the following:

commit 8461b0407f
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Wed May 25 00:34:42 2016 +0300

    Rmoved zend_try_catch_element.parent and walk through op_array.try_catch_array backward from the current try_cacth_offset.

commit 0c71e24964
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Wed May 25 00:04:53 2016 +0300

    Move SAVE_OPLINE() to its original place

commit 111432a4df
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Wed May 25 00:01:10 2016 +0300

    Separate the common part of ZEND_HANDLE_EXCEPTION and FAST_RET into zend_dispatch_try_catch_finally_helper.

commit 4f21c06c2e
Author: Nikita Popov <nikic@php.net>
Date:   Tue May 24 14:55:27 2016 +0200

    Improve finally fix

commit da5c727499
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Tue May 24 10:36:08 2016 +0300

    Fixed Zend/tests/try/bug70228_3.phpt and Zend/tests/try/bug70228_4.phpt

commit cfcedf2fb4
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Tue May 24 02:59:27 2016 +0300

    Added test

commit 4c6aa93d43
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Tue May 24 00:38:20 2016 +0300

    Added tests

commit 8a8f4704b0
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Mon May 23 23:27:34 2016 +0300

    Fixed bug #72213 (Finally leaks on nested exceptions)
2016-05-25 01:25:12 +03:00
..
basic_run.phpt Move phpdbg tests to .phpt mechanism 2015-07-20 18:00:43 +02:00
breakpoints_001.phpt Fixed tests (new opcache will optimize serias echo IS_CONST into one) 2015-11-22 06:49:28 -08:00
breakpoints_002.phpt Fixed tests (new opcache will optimize serias echo IS_CONST into one) 2015-11-22 06:49:28 -08:00
breakpoints_003.phpt Fixed tests (new opcache will optimize serias echo IS_CONST into one) 2015-11-22 06:49:28 -08:00
breakpoints_004.phpt Fixed tests (new opcache will optimize serias echo IS_CONST into one) 2015-11-22 06:49:28 -08:00
breakpoints_005.phpt Move phpdbg tests to .phpt mechanism 2015-07-20 18:00:43 +02:00
breakpoints_006.phpt Move phpdbg tests to .phpt mechanism 2015-07-20 18:00:43 +02:00
breakpoints_007.phpt Move phpdbg tests to .phpt mechanism 2015-07-20 18:00:43 +02:00
breakpoints_008.phpt Move phpdbg tests to .phpt mechanism 2015-07-20 18:00:43 +02:00
clean_001.phpt Exclude opcache from a few opcode related tests 2015-07-21 00:06:34 +02:00
clear_001.phpt Exclude opcache from a few opcode related tests 2015-07-21 00:06:34 +02:00
delimiter.phpt Add # delimiter to phpdbg commands 2015-09-17 22:53:10 +02:00
exceptions_001.phpt Fixed bug #70614 (incorrect exit code in -rr mode with Exceptions) 2015-10-02 12:37:40 +02:00
exceptions_002.phpt Fixed bug #70614 (incorrect exit code in -rr mode with Exceptions) 2015-10-02 12:37:40 +02:00
exceptions_003.phpt Fixed bug #72213 (Finally leaks on nested exceptions). 2016-05-25 01:25:12 +03:00
finish_leave_001.phpt Fix leave and finish 2015-09-19 14:57:36 +02:00
generator_run.phpt Fix zend_vm_call_opcode_handler (e.g. Generators throwing exceptions) with IP/FP registers 2015-08-26 00:25:25 +01:00
info_001.phpt phpdbg test info_001.phpt was dependent on auto_globals_jit 2015-10-13 14:40:42 +02:00
info_002.phpt Move phpdbg tests to .phpt mechanism 2015-07-20 18:00:43 +02:00
normal_exit.phpt Fix leaks from bug #70138 2015-07-26 21:49:18 +02:00
phpdbg_break_next.phpt Fix phpdbg_break_next() and add test 2015-08-23 11:58:45 +01:00
phpdbg_oplog_001.phpt Fix tests 2015-07-31 18:22:04 +02:00
phpdbg_oplog_002.phpt Add show_unexecuted option to phpdbg_end_oplog() 2015-07-20 20:41:07 +02:00
print_001.phpt Evaluate arguments of new for classes without ctor 2016-03-25 19:11:37 +01:00
print_002.phpt Fixed tests (system dependent numbers are replaced with %d) 2015-08-03 09:53:13 +03:00
run_001.phpt Fix various Windows issues (e.g. dir separators) 2015-07-20 23:26:45 +02:00
stepping_001.phpt Fixed bug #72188 (Nested try/finally blocks losing return value) 2016-05-13 14:38:43 +03:00
watch_001.phpt Fix [valid] valgrind warnings, add first watchpoints test 2015-07-15 14:22:51 +00:00