summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix opcode tests which may generate FCALL instead of ICALLBob Weinand2015-07-222-10/+10
|
* Exclude opcache from a few opcode related testsBob Weinand2015-07-215-0/+10
|
* Fix various Windows issues (e.g. dir separators)Bob Weinand2015-07-202-2/+2
|
* Add show_unexecuted option to phpdbg_end_oplog()Bob Weinand2015-07-202-0/+72
|
* Move phpdbg tests to .phpt mechanismBob Weinand2015-07-2028-767/+744
| | | | Also add a few more in-depth tests related to $argv, breakpoints and uncaught exceptions
* Improve phpdbg opcode dumpNikita Popov2015-05-241-4/+4
| | | | | | | | Don't show <unused>, just don't display anything instead. Dump nums used in op1/op2/result, e.g. for SEND, RECV etc. Split the switch into three parts, one for each operand.
* Adapt test for new formatBob Weinand2015-04-201-8/+8
|
* Fixed phpdbg zend_bailout error when compiling syntax error codeReeze Xia2015-02-131-0/+17
| | | | @krakjoe if there is something wrong, tell me plz
* Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-271-1/+0
|\ | | | | | | | | | | | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_list.c sapi/phpdbg/phpdbg_parser.c sapi/phpdbg/phpdbg_parser.h sapi/phpdbg/phpdbg_prompt.c
| * Fix last commit, and do not output unnecessary informationBob Weinand2014-10-271-1/+0
| |
* | Made phpdbg compatible with new engineBob Weinand2014-10-246-13/+12
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-245-12/+11
|/
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-151-10/+12
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-044-16/+25
|
* Merge branch 'master' of sapi/phpdbg into PHP-5.6Bob Weinand2013-12-209-0/+741
Including phpdbg.