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 = ["red", "green". "green", "yellow"]; foreach($colors as $key => $value) { ech..
Decoded Output download
<? $colors = ["red", "green". "green", "yellow"];
foreach($colors as $key => $value) {
echo $key.":".$value;
} ?>
Did this file decode correctly?
Original Code
$colors = ["red", "green". "green", "yellow"];
foreach($colors as $key => $value) {
echo $key.":".$value;
}
Function Calls
None |
Stats
MD5 | 8e70344be6988e23fb904400a2ba956c |
Eval Count | 0 |
Decode Time | 39 ms |