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' => 'Plantilla', 'parents' ..

Decoded Output download

<?php

return [
    'path-hint' => [
        'template' => 'Plantilla',
        'parents'  => 'Padres',
    ],

    'currency-position' => [
        'options' => [
            'left'             => 'Izquierda',
            'left-with-space'  => 'Izquierda con Espacio',
            'right'            => 'Derecha',
            'right-with-space' => 'Derecha con Espacio',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'path-hint' => [
        'template' => 'Plantilla',
        'parents'  => 'Padres',
    ],

    'currency-position' => [
        'options' => [
            'left'             => 'Izquierda',
            'left-with-space'  => 'Izquierda con Espacio',
            'right'            => 'Derecha',
            'right-with-space' => 'Derecha con Espacio',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 a956dbac1520ea0aa550a7b6ed60485b
Eval Count 0
Decode Time 87 ms