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 $int = 10; print $int; ?>..
Decoded Output download
<?php
$int = 10;
print $int;
?>
Did this file decode correctly?
Original Code
<?php
$int = 10;
print $int;
?>
Function Calls
None |
Stats
MD5 | 2d889da44827f82c5c9f91b4d09181cd |
Eval Count | 0 |
Decode Time | 50 ms |