40 Commits (1af449f7efdf4eef211dc6ce3ecf06030ddca758)

Author SHA1 Message Date
Dmitry Stogov 2ae21abdf7 Fixed bug #72213 (Finally leaks on nested exceptions). 10 years ago
Dmitry Stogov be071702b3 Fixed bug #72188 (Nested try/finally blocks losing return value) 10 years ago
Nikita Popov 8e5b139732 Evaluate arguments of new for classes without ctor 10 years ago
Nikita Popov af255c67eb Make op1/op2 decoding in phpdbg more complete 10 years ago
Xinchen Hui 05defb4f56 Fixed test after fix lineno of finally 10 years ago
Xinchen Hui f43baba1f9 Fixed test by disable opcache 10 years ago
Xinchen Hui e80791e161 Fixed test (opcache denpends) 10 years ago
Dmitry Stogov 404e003cf1 Delete empty live-ranges 10 years ago
Xinchen Hui 58168b48e2 Fixed tests (new opcache will optimize serias echo IS_CONST into one) 10 years ago
Dmitry Stogov 86a96f2cf1 Changed meaning of "op2" for ZEND_FREE, ZEND_FE_FREE, ZEND_FAST_CALL, ZEND_FAST_RET. 10 years ago
Bob Weinand 6efbfc4caf phpdbg test info_001.phpt was dependent on auto_globals_jit 11 years ago
Bob Weinand 0c03ba0ad0 Fixed bug #70614 (incorrect exit code in -rr mode with Exceptions) 11 years ago
Bob Weinand 8eadde40cd Fix leave and finish 11 years ago
Bob Weinand adcabcc125 Add # delimiter to phpdbg commands 11 years ago
Bob Weinand c1e9bd27fe Fix zend_vm_call_opcode_handler (e.g. Generators throwing exceptions) with IP/FP registers 11 years ago
Bob Weinand e9f21a3388 Fix phpdbg_break_next() and add test 11 years ago
Bob Weinand 34596a3ddd Fix breaking on HANDLE_EXCEPTION (opline_before_exception) 11 years ago
Dmitry Stogov d28070870c Fixed tests (system dependent numbers are replaced with %d) 11 years ago
Bob Weinand 624bedcadc Fix tests 11 years ago
Bob Weinand 9a312687f0 Fix test execution result with opcache 11 years ago
Bob Weinand c0e0f1414e Fix phpdbg stepping on CATCH with exception 11 years ago
Bob Weinand 9e8fec1ef7 Fix leaks from bug #70138 11 years ago
Bob Weinand 686b9039a6 Fix phpdbg test failure and crash with opcache 11 years ago
Bob Weinand 264bed40a7 Fix opcode tests which may generate FCALL instead of ICALL 11 years ago
Bob Weinand b8534daa31 Exclude opcache from a few opcode related tests 11 years ago
Bob Weinand 80bb4fd45a Fix various Windows issues (e.g. dir separators) 11 years ago
Bob Weinand 6aadeba213 Add show_unexecuted option to phpdbg_end_oplog() 11 years ago
Bob Weinand 378a05f0de Move phpdbg tests to .phpt mechanism 11 years ago
Bob Weinand af0d6256d5 Fix [valid] valgrind warnings, add first watchpoints test 11 years ago
Nikita Popov a1ef8b418d Improve phpdbg opcode dump 11 years ago
Bob Weinand 54018ada7d Adapt test for new format 11 years ago
Reeze Xia 46d9572945 Fixed phpdbg zend_bailout error when compiling syntax error code 11 years ago
Ferenc Kovacs 0afc04b913 go back with phpdbg to the state of 5.6.3, reverting the controversial commits(remote debugging/xml protocol) 11 years ago
Bob Weinand 190f4f9f18 Fix last commit, and do not output unnecessary information 12 years ago