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' => 'Obnovte svoje heslo', 'heading' => 'Obnovte svoje he..

Decoded Output download

<?php

return [

    'title' => 'Obnovte svoje heslo',

    'heading' => 'Obnovte svoje heslo',

    'form' => [

        'email' => [
            'label' => 'Emailov adresa',
        ],

        'password' => [
            'label' => 'Heslo',
            'validation_attribute' => 'password',
        ],

        'password_confirmation' => [
            'label' => 'Potvrdenie hesla',
        ],

        'actions' => [

            'reset' => [
                'label' => 'Obnovi heslo',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Prli vea pokusov',
            'body' => 'Prosm skste to znovu o :seconds seknd.',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'Obnovte svoje heslo',

    'heading' => 'Obnovte svoje heslo',

    'form' => [

        'email' => [
            'label' => 'Emailov adresa',
        ],

        'password' => [
            'label' => 'Heslo',
            'validation_attribute' => 'password',
        ],

        'password_confirmation' => [
            'label' => 'Potvrdenie hesla',
        ],

        'actions' => [

            'reset' => [
                'label' => 'Obnovi heslo',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Prli vea pokusov',
            'body' => 'Prosm skste to znovu o :seconds seknd.',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 d3e82819aec74cd067844f47a5af6884
Eval Count 0
Decode Time 84 ms