1
0
Fork 0

use dec for opline

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1328 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.1
Xuefer 2013-07-17 08:21:51 +00:00
parent 01ecac3cfe
commit a8b80b601f
1 changed files with 1 additions and 1 deletions

View File

@ -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_') {