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($c=3,$a=1; $a<=3;$a++) { for($b=1;$b<=3;$b++) { ..

Decoded Output download

<?php 
    for($c=3,$a=1;
    $a<=3;$a++) { 
        for($b=1;$b<=3;$b++) {
            if($c==$b) 
             { echo $c; }
             else { echo "0"; }
          } $c; 
    echo "<br>"; }
    ?>

Did this file decode correctly?

Original Code

<?php 
    for($c=3,$a=1;
    $a<=3;$a++) { 
        for($b=1;$b<=3;$b++) {
            if($c==$b) 
             { echo $c; }
             else { echo "0"; }
          } $c; 
    echo "<br>"; }
    ?>

Function Calls

None

Variables

$a 4
$b 4
$c 3

Stats

MD5 d45e178b133e8090239cc97d03092cab
Eval Count 0
Decode Time 149 ms