1
0
Fork 0

Decompiler: fix typo for PHP_EOL

This commit is contained in:
Xuefer 2015-07-08 12:17:12 +08:00
parent 86be121923
commit a3c1abfd2b
1 changed files with 1 additions and 1 deletions

View File

@ -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();