use dec for opline
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1328 c26eb9a1-5813-0410-bd6c-c2e55f420ca73.1
parent
01ecac3cfe
commit
a8b80b601f
|
@ -40,7 +40,7 @@ function dump_opcodes($opcodes, $indent = '')
|
|||
foreach ($decompiler->fixOpcode($opcodes) as $line => $op) {
|
||||
echo $indent;
|
||||
echo sprintf("%3d ", $op['lineno']);
|
||||
echo sprintf("%3x ", $line);
|
||||
echo sprintf("%3d ", $line);
|
||||
$name = xcache_get_opcode($op['opcode']);
|
||||
|
||||
if (substr($name, 0, 5) == 'ZEND_') {
|
||||
|
|
Loading…
Reference in New Issue