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 = 2; echo = $a; ?>..

Decoded Output download

<?php 
$a = 2; 
echo = $a; 
?>

Did this file decode correctly?

Original Code

<?php
$a = 2;
echo = $a;
?>

Function Calls

None

Variables

None

Stats

MD5 c241c31253c0a51a31f3a2e84fba35d4
Eval Count 0
Decode Time 76 ms