Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$callback_2 = function($matches) { return "[" . str_replace("|", "", $matches[1]) . "..

Decoded Output download

<?  $callback_2 = function($matches) { 
    return "[" . str_replace("|", "", $matches[1]) . "]"; 
}; ?>

Did this file decode correctly?

Original Code

$callback_2 = function($matches) {
    return "[" . str_replace("|", "", $matches[1]) . "]";
};

Function Calls

None

Variables

None

Stats

MD5 cf2e2638f076560a396a7954404f0dc4
Eval Count 0
Decode Time 44 ms