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' => '', 'heading' => ' ', 'actions' => [ ..

Decoded Output download

<?php

return [

    'title' => '',

    'heading' => '   ',

    'actions' => [

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

        'request_password_reset' => [
            'label' => ' ?',
        ],

    ],

    'form' => [

        'email' => [
            'label' => '',
        ],

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

        'remember' => [
            'label' => ' ',
        ],

        'actions' => [

            'authenticate' => [
                'label' => '   ',
            ],

        ],

    ],

    'messages' => [

        'failed' => '   .',

    ],

    'notifications' => [

        'throttled' => [
            'title' => '    ',
            'body' => ',    :seconds .',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => '',

    'heading' => '   ',

    'actions' => [

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

        'request_password_reset' => [
            'label' => ' ?',
        ],

    ],

    'form' => [

        'email' => [
            'label' => '',
        ],

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

        'remember' => [
            'label' => ' ',
        ],

        'actions' => [

            'authenticate' => [
                'label' => '   ',
            ],

        ],

    ],

    'messages' => [

        'failed' => '   .',

    ],

    'notifications' => [

        'throttled' => [
            'title' => '    ',
            'body' => ',    :seconds .',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 73269f6d36bac1788f951b0bf6ff3aff
Eval Count 0
Decode Time 127 ms