]> granicus.if.org Git - php/commit
Better opcode dump for finally
authorNikita Popov <nikic@php.net>
Fri, 10 Jul 2015 09:22:34 +0000 (11:22 +0200)
committerNikita Popov <nikic@php.net>
Fri, 10 Jul 2015 09:39:54 +0000 (11:39 +0200)
commitbd72fdca98d093f5a905d86cbe1ab5f89b36d62d
tree1335637afeed865926a11d40b6e5076843ec50ff
parent95ff2852eeb223789379e9b2714ca081d00d27f6
Better opcode dump for finally

* Move opcode decode into opline decode, so we can adjust it for
  extended_value.
* Show extended_value and secondary jump ops for FAST_CALL and
  FAST_RET.
sapi/phpdbg/phpdbg_opcode.c
sapi/phpdbg/phpdbg_print.c