summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests
Commit message (Expand)AuthorAgeFilesLines
* Disable optimizer when it conflicts with phpdbg testsBob Weinand2016-07-132-0/+4
* Rewrite watchpoints to be much more stableBob Weinand2016-07-116-2/+232
* Inline simple constant functionsDmitry Stogov2016-06-301-0/+2
* Fixed bug #72213 (Finally leaks on nested exceptions).Dmitry Stogov2016-05-251-1/+1
* Fixed bug #72188 (Nested try/finally blocks losing return value)Dmitry Stogov2016-05-131-1/+1
* Evaluate arguments of new for classes without ctorNikita Popov2016-03-251-1/+1
* Make op1/op2 decoding in phpdbg more completeNikita Popov2016-01-213-3/+3
* Merge branch 'PHP-7.0'Xinchen Hui2016-01-011-6/+8
|\
| * Fixed test after fix lineno of finallyXinchen Hui2016-01-011-6/+8
* | Fixed test by disable opcacheXinchen Hui2015-12-101-2/+4
* | Fixed test (opcache denpends)Xinchen Hui2015-12-091-2/+2
* | Delete empty live-rangesDmitry Stogov2015-12-091-2/+2
* | Fixed tests (new opcache will optimize serias echo IS_CONST into one)Xinchen Hui2015-11-224-46/+46
* | Changed meaning of "op2" for ZEND_FREE, ZEND_FE_FREE, ZEND_FAST_CALL, ZEND_FA...Dmitry Stogov2015-11-101-1/+1
|/
* phpdbg test info_001.phpt was dependent on auto_globals_jitBob Weinand2015-10-131-2/+4
* Fixed bug #70614 (incorrect exit code in -rr mode with Exceptions)Bob Weinand2015-10-022-2/+2
* Fix leave and finishBob Weinand2015-09-191-0/+41
* Add # delimiter to phpdbg commandsBob Weinand2015-09-171-0/+7
* Fix zend_vm_call_opcode_handler (e.g. Generators throwing exceptions) with IP...Bob Weinand2015-08-261-0/+24
* Fix phpdbg_break_next() and add testBob Weinand2015-08-231-0/+22
* Fix [valid] valgrind warnings, add first watchpoints testBob Weinand2015-07-151-0/+46
* Fix breaking on HANDLE_EXCEPTION (opline_before_exception)Bob Weinand2015-08-031-0/+54
* Fixed tests (system dependent numbers are replaced with %d)Dmitry Stogov2015-08-032-6/+6
* Fix testsBob Weinand2015-07-315-9/+11
* Fix test execution result with opcacheBob Weinand2015-07-281-2/+2
* Fix phpdbg stepping on CATCH with exceptionBob Weinand2015-07-281-0/+65
* Fix leaks from bug #70138Bob Weinand2015-07-261-0/+15
* Fix phpdbg test failure and crash with opcacheBob Weinand2015-07-231-6/+4
* 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
* Improve phpdbg opcode dumpNikita Popov2015-05-241-4/+4
* 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
* Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-271-1/+0
|\
| * 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