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

Decoded Output download

<?php

return [
    'path-hint' => [
        'template' => 'Vorlage',
        'parents'  => 'Eltern',
    ],

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

Did this file decode correctly?

Original Code

<?php

return [
    'path-hint' => [
        'template' => 'Vorlage',
        'parents'  => 'Eltern',
    ],

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

Function Calls

None

Variables

None

Stats

MD5 0e7b21b5ac99b783f0d9d6ca16fed900
Eval Count 0
Decode Time 88 ms