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; use SwooleCli\Library; return..

Decoded Output download

<?php

use SwooleCli\Preprocessor;
use SwooleCli\Extension;
use SwooleCli\Library;

return function (Preprocessor $p) {
    $p->addExtension(
        (new Extension('readline'))
            ->withHomePage('https://www.php.net/readline')
            ->withOptions('--with-readline=' . READLINE_PREFIX)
            ->withDependentLibraries('ncurses', 'readline')
    );
};
 ?>

Did this file decode correctly?

Original Code

<?php

use SwooleCli\Preprocessor;
use SwooleCli\Extension;
use SwooleCli\Library;

return function (Preprocessor $p) {
    $p->addExtension(
        (new Extension('readline'))
            ->withHomePage('https://www.php.net/readline')
            ->withOptions('--with-readline=' . READLINE_PREFIX)
            ->withDependentLibraries('ncurses', 'readline')
    );
};

Function Calls

None

Variables

None

Stats

MD5 79600b619dbdcd024e65e1f5acec9240
Eval Count 0
Decode Time 81 ms