Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$colors = array("Red", "Green", "Blue", "Yellow", "Orange"); // Loop through colors ar..

Decoded Output download

Red<br>Green<br>Blue<br>Yellow<br>Orange<br>

Did this file decode correctly?

Original Code

$colors = array("Red", "Green", "Blue", "Yellow", "Orange");
 
// Loop through colors array
foreach($colors as $value){
    echo $value . "<br>";
}

Function Calls

None

Variables

$value Orange
$colors [{'key': 0, 'value': 'Red'}, {'key': 1, 'value': 'Green'}, {'key': 2, 'value': 'Blue'}, {'key': 3, 'value': 'Yellow'}, {'key': 4, 'value': 'Orange'}]

Stats

MD5 3edf8dd9eff19e1104fd20dcc359a4e9
Eval Count 0
Decode Time 96 ms