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' => 'Restableix la teva contrasenya', 'heading' => 'Has o..

Decoded Output download

<?php

return [

    'title' => 'Restableix la teva contrasenya',

    'heading' => 'Has oblidat la teva contrasenya?',

    'actions' => [

        'login' => [
            'label' => 'Tornar a l\'inici de sessi',
        ],

    ],

    'form' => [

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

        'actions' => [

            'request' => [
                'label' => 'Enviar correu electrnic',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Too many requests',
            'body' => 'Please try again in :seconds seconds.',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'Restableix la teva contrasenya',

    'heading' => 'Has oblidat la teva contrasenya?',

    'actions' => [

        'login' => [
            'label' => 'Tornar a l\'inici de sessi',
        ],

    ],

    'form' => [

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

        'actions' => [

            'request' => [
                'label' => 'Enviar correu electrnic',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Too many requests',
            'body' => 'Please try again in :seconds seconds.',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 a9301564567706238a17ce9be13e2d97
Eval Count 0
Decode Time 91 ms