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' => [ 'BRL' => [ 'R$', ' ', ..

Decoded Output download

<?php

return [
    'Names' => [
        'BRL' => [
            'R$',
            ' ',
        ],
        'CNY' => [
            'CN',
            ' ',
        ],
        'EUR' => [
            '',
            '',
        ],
        'GBP' => [
            '',
            ' ',
        ],
        'INR' => [
            '',
            ' ',
        ],
        'JPY' => [
            'JP',
            ' ',
        ],
        'RUB' => [
            '',
            ' ',
        ],
        'USD' => [
            '$',
            ' ',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'Names' => [
        'BRL' => [
            'R$',
            ' ',
        ],
        'CNY' => [
            'CN',
            ' ',
        ],
        'EUR' => [
            '',
            '',
        ],
        'GBP' => [
            '',
            ' ',
        ],
        'INR' => [
            '',
            ' ',
        ],
        'JPY' => [
            'JP',
            ' ',
        ],
        'RUB' => [
            '',
            ' ',
        ],
        'USD' => [
            '$',
            ' ',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 28a7d60905d71cf6b5988f5ef5a89216
Eval Count 0
Decode Time 83 ms