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' => 'Enregistrar-se', 'heading' => 'Obriu un nou compte',..

Decoded Output download

<?php

return [

    'title' => 'Enregistrar-se',

    'heading' => 'Obriu un nou compte',

    'actions' => [

        'login' => [
            'before' => 'o',
            'label' => 'inicia la sessi amb el vostre compte',
        ],

    ],

    'form' => [

        'email' => [
            'label' => 'Adrea de correu electrnic',
        ],

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

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

        'password_confirmation' => [
            'label' => 'Confirma la contrasenya',
        ],

        'actions' => [

            'register' => [
                'label' => 'Enregistrar-se',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Massa intents de registre',
            'body' => 'Si us plau, torneu-ho a provar en :seconds segons.',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'Enregistrar-se',

    'heading' => 'Obriu un nou compte',

    'actions' => [

        'login' => [
            'before' => 'o',
            'label' => 'inicia la sessi amb el vostre compte',
        ],

    ],

    'form' => [

        'email' => [
            'label' => 'Adrea de correu electrnic',
        ],

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

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

        'password_confirmation' => [
            'label' => 'Confirma la contrasenya',
        ],

        'actions' => [

            'register' => [
                'label' => 'Enregistrar-se',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Massa intents de registre',
            'body' => 'Si us plau, torneu-ho a provar en :seconds segons.',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 5910a23bc15d6e21e6be7283ffc6c16c
Eval Count 0
Decode Time 106 ms