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 return [ 'Names' => [ 'EUR' => [ 'EUR', 'Euro',..

Decoded Output download

<?php

return [
    'Names' => [
        'EUR' => [
            'EUR',
            'Euro',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'Names' => [
        'EUR' => [
            'EUR',
            'Euro',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 6c0cac1c106ee7384a4a6f63d94d65b9
Eval Count 0
Decode Time 111 ms