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

Decoded Output download

<?php

return [
    'path-hint' => [
        'template' => 'Sjabloon',
        'parents'  => 'Ouders',
    ],

    'currency-position' => [
        'options' => [
            'left'             => 'Links',
            'left-with-space'  => 'Links met spatie',
            'right'            => 'Rechts',
            'right-with-space' => 'Rechts met spatie',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'path-hint' => [
        'template' => 'Sjabloon',
        'parents'  => 'Ouders',
    ],

    'currency-position' => [
        'options' => [
            'left'             => 'Links',
            'left-with-space'  => 'Links met spatie',
            'right'            => 'Rechts',
            'right-with-space' => 'Rechts met spatie',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 807f7ebe07232a918929066b42b7c9b9
Eval Count 0
Decode Time 108 ms