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('pdo_mysql'))
            ->withHomePage('https://www.php.net/pdo_mysql')
            ->withOptions('--with-pdo_mysql')
            ->withDependentExtensions('pdo', 'mysqlnd')
    );
};
 ?>

Did this file decode correctly?

Original Code

<?php

use SwooleCli\Preprocessor;
use SwooleCli\Extension;

return function (Preprocessor $p) {
    $p->addExtension(
        (new Extension('pdo_mysql'))
            ->withHomePage('https://www.php.net/pdo_mysql')
            ->withOptions('--with-pdo_mysql')
            ->withDependentExtensions('pdo', 'mysqlnd')
    );
};

Function Calls

None

Variables

None

Stats

MD5 f9318f697a4d3a1d4d4df10f496d9038
Eval Count 0
Decode Time 91 ms