Decompiler: fix typo for PHP_EOL
This commit is contained in:
parent
86be121923
commit
a3c1abfd2b
|
@ -3076,7 +3076,7 @@ class Decompiler
|
|||
}
|
||||
|
||||
$this->dop_array($this->dc['op_array']);
|
||||
echo PHP_EO, "?" . ">", PHP_EOL;
|
||||
echo PHP_EOL, "?" . ">", PHP_EOL;
|
||||
|
||||
if (!empty($this->test)) {
|
||||
$this->outputUnusedOp();
|
||||
|
|
Loading…
Reference in New Issue