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=100; For { echo($a); } ?>..

Decoded Output download

<?php  
$a=100; 
For 
{ 
echo($a); 
} 
?>

Did this file decode correctly?

Original Code

<?php 
$a=100;
For
{
echo($a);
}
?>

Function Calls

None

Variables

None

Stats

MD5 b002a4014aa7795931c34d9594205cc4
Eval Count 0
Decode Time 96 ms