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\Library; use SwooleCli\Preprocessor; use SwooleCli\Extension; return..
Decoded Output download
<?php
use SwooleCli\Library;
use SwooleCli\Preprocessor;
use SwooleCli\Extension;
return function (Preprocessor $p) {
$p->addExtension(
(new Extension('curl'))
->withHomePage('https://www.php.net/curl')
->withOptions('--with-curl')
->withDependentLibraries('curl')
);
};
?>
Did this file decode correctly?
Original Code
<?php
use SwooleCli\Library;
use SwooleCli\Preprocessor;
use SwooleCli\Extension;
return function (Preprocessor $p) {
$p->addExtension(
(new Extension('curl'))
->withHomePage('https://www.php.net/curl')
->withOptions('--with-curl')
->withDependentLibraries('curl')
);
};
Function Calls
None |
Stats
MD5 | 7adefb13e87fb4bc45543ce255790038 |
Eval Count | 0 |
Decode Time | 93 ms |