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

Decoded Output download

<?php

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

    'currency-position' => [
        'options' => [
            'left'             => 'Gauche',
            'left-with-space'  => 'Gauche avec espace',
            'right'            => 'Droite',
            'right-with-space' => 'Droite avec espace',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

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

    'currency-position' => [
        'options' => [
            'left'             => 'Gauche',
            'left-with-space'  => 'Gauche avec espace',
            'right'            => 'Droite',
            'right-with-space' => 'Droite avec espace',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 a2c8681ddad4c09b729c632c9092a8f8
Eval Count 0
Decode Time 133 ms