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('yaml'))
->withOptions('--with-yaml=' . LIBYAML_PREFIX)
->withPeclVersion('2.2.2')
->withFileHash('md5','22678c1238f2c6848ff7d74b780a8307')
->withHomePage('https://github.com/php/pecl-file_formats-yaml')
->withLicense('https://github.com/php/pecl-file_formats-yaml/blob/php7/LICENSE', Extension::LICENSE_MIT)
->withDependentLibraries('libyaml')
);
};
?>
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('yaml'))
->withOptions('--with-yaml=' . LIBYAML_PREFIX)
->withPeclVersion('2.2.2')
->withFileHash('md5','22678c1238f2c6848ff7d74b780a8307')
->withHomePage('https://github.com/php/pecl-file_formats-yaml')
->withLicense('https://github.com/php/pecl-file_formats-yaml/blob/php7/LICENSE', Extension::LICENSE_MIT)
->withDependentLibraries('libyaml')
);
};
Function Calls
None |
Stats
MD5 | e338f2027999cfecd4d66fa7f37397bd |
Eval Count | 0 |
Decode Time | 101 ms |