summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests/exceptions_001.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fix searching for catch blocksBob Weinand2016-10-161-2/+4
| | | | Since PHP-7.1 catch blocks are addressed with relative byte difference between two catch blocks as opposed to absolute opcode number
* Fixed bug #70614 (incorrect exit code in -rr mode with Exceptions)Bob Weinand2015-10-021-1/+1
|
* Fix testsBob Weinand2015-07-311-2/+2
|
* Move phpdbg tests to .phpt mechanismBob Weinand2015-07-201-0/+46
Also add a few more in-depth tests related to $argv, breakpoints and uncaught exceptions