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' => 'terstll ditt lsenord', 'heading' => 'terstll ditt ls..

Decoded Output download

<?php

return [

    'title' => 'terstll ditt lsenord',

    'heading' => 'terstll ditt lsenord',

    'form' => [

        'email' => [
            'label' => 'Mejladress',
        ],

        'password' => [
            'label' => 'Lsenord',
            'validation_attribute' => 'lsenord',
        ],

        'password_confirmation' => [
            'label' => 'Bekrfta lsenord',
        ],

        'actions' => [

            'reset' => [
                'label' => 'terstll lsenord',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Fr mnga frfrgningar om terstllning',
            'body' => 'Vnligen frsk igen om :seconds sekunder.',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'terstll ditt lsenord',

    'heading' => 'terstll ditt lsenord',

    'form' => [

        'email' => [
            'label' => 'Mejladress',
        ],

        'password' => [
            'label' => 'Lsenord',
            'validation_attribute' => 'lsenord',
        ],

        'password_confirmation' => [
            'label' => 'Bekrfta lsenord',
        ],

        'actions' => [

            'reset' => [
                'label' => 'terstll lsenord',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Fr mnga frfrgningar om terstllning',
            'body' => 'Vnligen frsk igen om :seconds sekunder.',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 f09780bed899b6a80cb0868f45dd052d
Eval Count 0
Decode Time 80 ms