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('redis'))
            ->withOptions('--enable-redis')
            ->withPeclVersion('5.3.7')
            ->withFileHash('md5','1ed6793902214cc02467666ba69dd2be')
            ->withHomePage('https://github.com/phpredis/phpredis')
            ->withLicense('https://github.com/phpredis/phpredis/blob/develop/COPYING', Extension::LICENSE_PHP)
    );
};
 ?>

Did this file decode correctly?

Original Code

<?php

use SwooleCli\Preprocessor;
use SwooleCli\Extension;

return function (Preprocessor $p) {
    $p->addExtension(
        (new Extension('redis'))
            ->withOptions('--enable-redis')
            ->withPeclVersion('5.3.7')
            ->withFileHash('md5','1ed6793902214cc02467666ba69dd2be')
            ->withHomePage('https://github.com/phpredis/phpredis')
            ->withLicense('https://github.com/phpredis/phpredis/blob/develop/COPYING', Extension::LICENSE_PHP)
    );
};

Function Calls

None

Variables

None

Stats

MD5 52917efb8d09867fce4728de39cb8d16
Eval Count 0
Decode Time 104 ms