summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'PHP-7.1'Bob Weinand2016-12-201-0/+11
|\ \ \ | |/ /
| * | Fixed bug #73794 (Crash (out of memory) when using run and # command separator)Bob Weinand2016-12-201-0/+11
* | | Merge branch 'PHP-7.1'Bob Weinand2016-12-062-0/+90
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-12-062-0/+90
| |\ \ | | |/
| | * Fixed issue getting executable lines from custom wrappersBob Weinand2016-12-062-0/+90
* | | Merge branch 'PHP-7.1'Bob Weinand2016-11-301-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-301-1/+1
| |\ \ | | |/
| | * Fix run-tests.php to always include TEST_PHPDBG_EXECUTABLE if phpdbg availableBob Weinand2016-11-301-1/+1
* | | Merge branch 'PHP-7.1'Bob Weinand2016-11-302-0/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-302-0/+20
| |\ \ | | |/
| | * Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup)Bob Weinand2016-11-302-0/+20
* | | Merge branch 'PHP-7.1'Bob Weinand2016-11-132-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-132-3/+3
| |\ \ | | |/
| | * Properly escape all filenames when exporting breakpointsBob Weinand2016-11-132-3/+3
| | * Update NEWSBob Weinand2016-10-121-0/+3
| | * Fix phpdbg tests after lineno changeNikita Popov2016-10-125-12/+9
| | * Add stdin command and -s command line parameter to phpdbgBob Weinand2016-10-123-0/+60
* | | phpdbg standard input changesJoe Watkins2016-11-131-4/+4
|/ /
* | Fix searching for catch blocksBob Weinand2016-10-161-2/+4
* | Merge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1Bob Weinand2016-10-141-0/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-10-149-20/+13
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-143-0/+60
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-021-0/+50
|\ \ | |/
| * Fix run command args passing when inmidst executionBob Weinand2016-10-021-0/+50
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-231-0/+37
|\ \ | |/
| * phpdbg next command must stop when leaving functionBob Weinand2016-09-231-0/+37
* | 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