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 $color=array('white','green','blue','red','yellow','orange'); foreach($color as ..

Decoded Output download

<?php 
  $color=array('white','green','blue','red','yellow','orange'); 
foreach($color as $c) 
{echo "$c, ";} 
sort($color); 
echo "<ul>"; 
forech($color as $y) 
{echo"<li>$y</li>";} 
echo"</ul>"; 
?>

Did this file decode correctly?

Original Code

<?php
  $color=array('white','green','blue','red','yellow','orange');
foreach($color as $c)
{echo "$c, ";}
sort($color);
echo "<ul>";
forech($color as $y)
{echo"<li>$y</li>";}
echo"</ul>";
?>

Function Calls

None

Variables

None

Stats

MD5 f39de7ddb51b099b71207eac2107cc90
Eval Count 0
Decode Time 84 ms