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

Signing you up...

Thank you for signing up!

PHP Decode

function mx_0($dg_1) { echo $dg_1; } mx_0(base64_decode('aGVsbG8='))..

Decoded Output download

b'hello'

Did this file decode correctly?

Original Code


function mx_0($dg_1)
{
    echo $dg_1;
}
mx_0(base64_decode('aGVsbG8='))

Function Calls

mx_0 1
base64_decode 1

Variables

$dg_1 hello

Stats

MD5 b7d4c54e5d4ca38c219f39913f50d738
Eval Count 0
Decode Time 54 ms