We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1000205 commit e4d35a2Copy full SHA for e4d35a2
tests/test.php
@@ -7,7 +7,7 @@
7
$code = file_get_contents(__DIR__ . '/assets/admin.php');
8
try {
9
$code = \Ganlv\EnphpDecoder\AutoDecoder::decode($code);
10
- echo $code;
+ echo $code, PHP_EOL;
11
} catch (Exception $e) {
12
echo $e->getTraceAsString();
13
exit(1);
@@ -16,7 +16,7 @@
16
$code = file_get_contents(__DIR__ . '/assets/index.php');
17
18
19
20
21
22
exit(2);
0 commit comments