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

Signing you up...

Thank you for signing up!

PHP Decode

$array = array("1" => "PHP code tester Sandbox Online", "emoji" => " ", 5 , 5 => 8..

Decoded Output download

<?  $array = array("1" => "PHP code tester Sandbox Online", 
    "emoji" => "    ", 5 , 5 => 89009, 
    "Random number" => rand(100,999), 
    "PHP Version" => phpversion() 
); ?>

Did this file decode correctly?

Original Code

$array = array("1" => "PHP code tester Sandbox Online",
    "emoji" => "    ", 5 , 5 => 89009,
    "Random number" => rand(100,999),
    "PHP Version" => phpversion()
);

Function Calls

rand 1

Variables

None

Stats

MD5 f1fe2b673de785eaae250f2714b6fe93
Eval Count 0
Decode Time 64 ms