This website works better with JavaScript.
Home
Help
Register
Sign In
xcache
/
xcache
Watch
1
Star
0
Fork
0
Code
Releases
44
Activity
Browse Source
Decompiler: fix typo for PHP_EOL
master
Xuefer
5 years ago
parent
86be121923
commit
a3c1abfd2b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/Decompiler.class.php
+ 1
- 1
lib/Decompiler.class.php
View File
@ -3076,7 +3076,7 @@ class Decompiler
}
$this
->
dop_array
(
$this
->
dc
[
'op_array'
]);
echo
PHP_EO
,
"
?
"
.
"
>
"
,
PHP_EOL
;
echo
PHP_EO
L
,
"
?
"
.
"
>
"
,
PHP_EOL
;
if
(
!
empty
(
$this
->
test
))
{
$this
->
outputUnusedOp
();
Write
Preview
Loading…
Cancel
Save