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 $var = 'Stamat'; echo $var; ?>..

Decoded Output download

<?php
$var = 'Stamat';
echo $var;
?>

Did this file decode correctly?

Original Code

<?php
$var = 'Stamat';
echo $var;
?>

Function Calls

None

Variables

$var Stamat

Stats

MD5 34d1e185b006ac4b64db7a48b5ecce9f
Eval Count 0
Decode Time 169 ms