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

Decoded Output download

<?php

return [
    'path-hint' => [
        'template' => 'Szablon',
        'parents'  => 'Rodzice',
    ],

    'currency-position' => [
        'options' => [
            'left'             => 'Lewo',
            'left-with-space'  => 'Lewo z odstpem',
            'right'            => 'Prawo',
            'right-with-space' => 'Prawo z odstpem',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'path-hint' => [
        'template' => 'Szablon',
        'parents'  => 'Rodzice',
    ],

    'currency-position' => [
        'options' => [
            'left'             => 'Lewo',
            'left-with-space'  => 'Lewo z odstpem',
            'right'            => 'Prawo',
            'right-with-space' => 'Prawo z odstpem',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 f9aebdeaaddaed9cf14da40c305fad3d
Eval Count 0
Decode Time 115 ms