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 = 1; $i <= 10; $i++ ) { echo( '5x'.$i.'='.(string)($i*5)."\n" ); } ?..
Decoded Output download
<?php
for( $i = 1; $i <= 10; $i++ ) {
echo( '5x'.$i.'='.(string)($i*5)."
" );
}
?>
Did this file decode correctly?
Original Code
<?php
for( $i = 1; $i <= 10; $i++ ) {
echo( '5x'.$i.'='.(string)($i*5)."\n" );
}
?>
Function Calls
None |
Stats
MD5 | 9c77fc3d0c41ce60a98d1dc848a160ed |
Eval Count | 0 |
Decode Time | 96 ms |