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('pcntl'))
            ->withHomePage('https://www.php.net/pcntl')
            ->withOptions('--enable-pcntl')
    );
};
 ?>

Did this file decode correctly?

Original Code

<?php

use SwooleCli\Preprocessor;
use SwooleCli\Extension;

return function (Preprocessor $p) {
    $p->addExtension(
        (new Extension('pcntl'))
            ->withHomePage('https://www.php.net/pcntl')
            ->withOptions('--enable-pcntl')
    );
};

Function Calls

None

Variables

None

Stats

MD5 73e0e518549c8b20fd0943b5e7838a4d
Eval Count 0
Decode Time 88 ms