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 $x=1; $x++; Echo $x. ; $y=5; $y*=$x; Echo $y.; $z=180; $z/=$y; Echo $y; E..
Decoded Output download
<?php
$x=1;
$x++;
Echo $x. ;
$y=5;
$y*=$x;
Echo $y.;
$z=180;
$z/=$y;
Echo $y;
Echo $z;
?>
Did this file decode correctly?
Original Code
<?php
$x=1;
$x++;
Echo $x. ;
$y=5;
$y*=$x;
Echo $y.;
$z=180;
$z/=$y;
Echo $y;
Echo $z;
?>
Function Calls
None |
Stats
MD5 | ce3e57f9a662f83010e621c11603f4c6 |
Eval Count | 0 |
Decode Time | 111 ms |