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 [ 'label' => 'Perfil', 'form' => [ 'email' => [ ..

Decoded Output download

<?php

return [

    'label' => 'Perfil',

    'form' => [

        'email' => [
            'label' => 'Endereo de e-mail',
        ],

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

        'password' => [
            'label' => 'Nova palavra-passe',
        ],

        'password_confirmation' => [
            'label' => 'Confirmar nova palavra-passe',
        ],

        'actions' => [

            'save' => [
                'label' => 'Guardar alteraes',
            ],

        ],

    ],

    'notifications' => [

        'saved' => [
            'title' => 'Guardado',
        ],

    ],

    'actions' => [

        'cancel' => [
            'label' => 'Cancelar',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'label' => 'Perfil',

    'form' => [

        'email' => [
            'label' => 'Endereo de e-mail',
        ],

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

        'password' => [
            'label' => 'Nova palavra-passe',
        ],

        'password_confirmation' => [
            'label' => 'Confirmar nova palavra-passe',
        ],

        'actions' => [

            'save' => [
                'label' => 'Guardar alteraes',
            ],

        ],

    ],

    'notifications' => [

        'saved' => [
            'title' => 'Guardado',
        ],

    ],

    'actions' => [

        'cancel' => [
            'label' => 'Cancelar',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 edbd7d226cece67358c90fa496f75d71
Eval Count 0
Decode Time 109 ms