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('zlib'))
            ->withHomePage('https://www.php.net/zlib')
            ->withOptions('--with-zlib --with-zlib-dir=' . ZLIB_PREFIX)
            ->withDependentLibraries('zlib')
    );
};
 ?>

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('zlib'))
            ->withHomePage('https://www.php.net/zlib')
            ->withOptions('--with-zlib --with-zlib-dir=' . ZLIB_PREFIX)
            ->withDependentLibraries('zlib')
    );
};

Function Calls

None

Variables

None

Stats

MD5 c835e90c5355586ac77a3523b26bb258
Eval Count 0
Decode Time 71 ms