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 for ($i = 10; $i >= 6; $i--) { for ($x =..
Decoded Output download
**********<br>*********<br>********<br>*******<br>******<br>
Did this file decode correctly?
Original Code
<?php
for ($i = 10; $i >= 6; $i--)
{
for ($x = 1; $x <= $i; $x++)
{
echo "*";
}
echo "<br>";
}
?>
Function Calls
None |
Stats
MD5 | 98695c77546041d3501d106dcfe0c65d |
Eval Count | 0 |
Decode Time | 200 ms |