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' => 'Registreren', 'heading' => 'Registreren', 'acti..

Decoded Output download

<?php

return [

    'title' => 'Registreren',

    'heading' => 'Registreren',

    'actions' => [

        'login' => [
            'before' => 'of',
            'label' => 'inloggen op je account',
        ],

    ],

    'form' => [

        'email' => [
            'label' => 'E-mailadres',
        ],

        'name' => [
            'label' => 'Naam',
        ],

        'password' => [
            'label' => 'Wachtwoord',
            'validation_attribute' => 'wachtwoord',
        ],

        'password_confirmation' => [
            'label' => 'Wachtwoord bevestigen',
        ],

        'actions' => [

            'register' => [
                'label' => 'Registreren',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Te veel registratiepogingen',
            'body' => 'Probeer het opnieuw over :seconds seconden.',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'Registreren',

    'heading' => 'Registreren',

    'actions' => [

        'login' => [
            'before' => 'of',
            'label' => 'inloggen op je account',
        ],

    ],

    'form' => [

        'email' => [
            'label' => 'E-mailadres',
        ],

        'name' => [
            'label' => 'Naam',
        ],

        'password' => [
            'label' => 'Wachtwoord',
            'validation_attribute' => 'wachtwoord',
        ],

        'password_confirmation' => [
            'label' => 'Wachtwoord bevestigen',
        ],

        'actions' => [

            'register' => [
                'label' => 'Registreren',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Te veel registratiepogingen',
            'body' => 'Probeer het opnieuw over :seconds seconden.',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 6b785dc170a94854ebf7f0cc26b4b63a
Eval Count 0
Decode Time 135 ms