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

Signing you up...

Thank you for signing up!

PHP Decode

<pre><?php //${"\x47\x4c\x4f\x42\x41\x4cS"}["y\x61\x72\x64s\x70\x71"]="va\x6cu\x65"; ..

Decoded Output download

<pre><?php 
    //${"GLOBALS"}["yardspq"]="value"; 
    print_r( 
        array( 
            "GLOBALS", 
            "yardspq", 
            "value", 
        ) 
    ); 
?></pre>

Did this file decode correctly?

Original Code

<pre><?php
    //${"\x47\x4c\x4f\x42\x41\x4cS"}["y\x61\x72\x64s\x70\x71"]="va\x6cu\x65";
    print_r(
        array(
            "\x47\x4c\x4f\x42\x41\x4cS",
            "y\x61\x72\x64s\x70\x71",
            "va\x6cu\x65",
        )
    );
?></pre>

Function Calls

print_r 1

Variables

None

Stats

MD5 f11bf6930a15e5ab4bf89a309770146c
Eval Count 0
Decode Time 57 ms