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 = "abc"; if($a){echo "a";} echo $b;..
Decoded Output download
<?php
$a = "abc"; if($a){echo "a";} echo $b;
Did this file decode correctly?
Original Code
<?php
$a = "abc"; if($a){echo "a";} echo $b;
Function Calls
None |
Stats
MD5 | 66822162a286edc4640fe8cabe277c60 |
Eval Count | 0 |
Decode Time | 46 ms |