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 [ 'path-hint' => [ 'template' => 'Template', 'parents' ..

Decoded Output download

<?php

return [
    'path-hint' => [
        'template' => 'Template',
        'parents'  => 'Parents',
    ],

    'currency-position' => [
        'options' => [
            'left'             => 'Sinistra',
            'left-with-space'  => 'Sinistra con spazio',
            'right'            => 'Destra',
            'right-with-space' => 'Destra con spazio',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'path-hint' => [
        'template' => 'Template',
        'parents'  => 'Parents',
    ],

    'currency-position' => [
        'options' => [
            'left'             => 'Sinistra',
            'left-with-space'  => 'Sinistra con spazio',
            'right'            => 'Destra',
            'right-with-space' => 'Destra con spazio',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 d28e77e4021693786cb466f276910f6a
Eval Count 0
Decode Time 106 ms