Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php use SwooleCli\Preprocessor; use SwooleCli\Extension; return function (Preprocessor..
Decoded Output download
<?php
use SwooleCli\Preprocessor;
use SwooleCli\Extension;
return function (Preprocessor $p) {
$p->addExtension(
(new Extension('fileinfo'))
->withHomePage('https://www.php.net/fileinfo')
->withOptions('--enable-fileinfo')
);
};
?>
Did this file decode correctly?
Original Code
<?php
use SwooleCli\Preprocessor;
use SwooleCli\Extension;
return function (Preprocessor $p) {
$p->addExtension(
(new Extension('fileinfo'))
->withHomePage('https://www.php.net/fileinfo')
->withOptions('--enable-fileinfo')
);
};
Function Calls
None |
Stats
MD5 | 576c56d15f8b5e2710f9d5529f93a025 |
Eval Count | 0 |
Decode Time | 65 ms |