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' => 'Cadastrar', 'heading' => 'Inscrever-se', 'actio..

Decoded Output download

<?php

return [

    'title' => 'Cadastrar',

    'heading' => 'Inscrever-se',

    'actions' => [

        'login' => [
            'before' => 'ou',
            'label' => 'faa login em sua conta',
        ],

    ],

    'form' => [

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

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

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

        'password_confirmation' => [
            'label' => 'Confirmar senha',
        ],

        'actions' => [

            'register' => [
                'label' => 'Criar conta',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Muitas tentativas de cadastro',
            'body' => 'Por favor, tente novamente em :seconds segundos.',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'Cadastrar',

    'heading' => 'Inscrever-se',

    'actions' => [

        'login' => [
            'before' => 'ou',
            'label' => 'faa login em sua conta',
        ],

    ],

    'form' => [

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

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

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

        'password_confirmation' => [
            'label' => 'Confirmar senha',
        ],

        'actions' => [

            'register' => [
                'label' => 'Criar conta',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Muitas tentativas de cadastro',
            'body' => 'Por favor, tente novamente em :seconds segundos.',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 d6474ba5c9d3f80187956088be3d5de3
Eval Count 0
Decode Time 98 ms