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 $test = 'you are a pig'; echo $test; ..

Decoded Output download

<?php

$test = 'you are a pig';
echo $test;

Did this file decode correctly?

Original Code

<?php

$test = 'you are a pig';
echo $test;

Function Calls

None

Variables

$test you are a pig

Stats

MD5 d9c2037025df9f5ae7f0e10df5359c28
Eval Count 0
Decode Time 30 ms