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 [ 'title' => 'Zresetuj haso', 'heading' => 'Zapomniae hasa?', ..

Decoded Output download

<?php

return [

    'title' => 'Zresetuj haso',

    'heading' => 'Zapomniae hasa?',

    'actions' => [

        'login' => [
            'label' => 'wr do logowania',
        ],

    ],

    'form' => [

        'email' => [
            'label' => 'Adres e-mail',
        ],

        'actions' => [

            'request' => [
                'label' => 'Wylij e-mail',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Zbyt wiele da',
            'body' => 'Sprbuj ponownie za :seconds sekund.',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'Zresetuj haso',

    'heading' => 'Zapomniae hasa?',

    'actions' => [

        'login' => [
            'label' => 'wr do logowania',
        ],

    ],

    'form' => [

        'email' => [
            'label' => 'Adres e-mail',
        ],

        'actions' => [

            'request' => [
                'label' => 'Wylij e-mail',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Zbyt wiele da',
            'body' => 'Sprbuj ponownie za :seconds sekund.',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 4858ac4b862105a6c1c29b0c88933837
Eval Count 0
Decode Time 87 ms