Decompiler: ignore line number 0
This commit is contained in:
parent
f53d355d1a
commit
5810aaf23e
|
@ -1608,7 +1608,9 @@ class Decompiler
|
|||
$res = $op['result'];
|
||||
$ext = $op['extended_value'];
|
||||
$currentSourceLine = $op['lineno'];
|
||||
$EX['value2constant'][$currentSourceLine] = '__LINE__';
|
||||
if ($currentSourceLine) {
|
||||
$EX['value2constant'][$currentSourceLine] = '__LINE__';
|
||||
}
|
||||
|
||||
$opname = xcache_get_opcode($opc);
|
||||
|
||||
|
|
Loading…
Reference in New Issue