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'             => 'Left',
            'left-with-space'  => 'Left With Space',
            'right'            => 'Right',
            'right-with-space' => 'Right With Space',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

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

    'currency-position'  => [
        'options' => [
            'left'             => 'Left',
            'left-with-space'  => 'Left With Space',
            'right'            => 'Right',
            'right-with-space' => 'Right With Space',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 593c5d8f662fbcfe234557ba69b4d75f
Eval Count 0
Decode Time 106 ms