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-with-space'  => '  ',
            'right'            => '',
            'right-with-space' => '  ',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

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

    'currency-position' => [
        'options' => [
            'left'             => '',
            'left-with-space'  => '  ',
            'right'            => '',
            'right-with-space' => '  ',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 490d177fe2a76c1965d4e7fb7b6a66f3
Eval Count 0
Decode Time 91 ms