1
0
Fork 0

Decompiler: between before dynamic class and previous block

This commit is contained in:
Xuefer 2015-06-30 12:25:44 +08:00
parent 3aed197bd3
commit 6e3cb406f7
1 changed files with 4 additions and 0 deletions

View File

@ -2127,6 +2127,10 @@ class Decompiler
unset($fetchop, $addop);
$i += 2;
}
if ($EX['lastBlock'] == 'complex') {
echo PHP_EOL;
}
$EX['lastBlock'] = null;
$this->activeClass = $class['name'];
$this->dclass($class, $EX['indent']);
$this->activeClass = null;