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

Decoded Output download

<?php

return [

    'title' => 'ng nhp',

    'heading' => 'ng nhp',

    'actions' => [

        'register' => [
            'before' => 'hoc',
            'label' => 'ng k ti khon',
        ],

        'request_password_reset' => [
            'label' => 'Qun mt khu?',
        ],

    ],

    'form' => [

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

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

        'remember' => [
            'label' => 'Ghi nh ng nhp',
        ],

        'actions' => [

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

        ],

    ],

    'messages' => [

        'failed' => 'Thng tin ng nhp khng chnh xc.',

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Qu nhiu ln ng nhp tht bi',
            'body' => 'Vui lng th li sau :seconds giy.',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'ng nhp',

    'heading' => 'ng nhp',

    'actions' => [

        'register' => [
            'before' => 'hoc',
            'label' => 'ng k ti khon',
        ],

        'request_password_reset' => [
            'label' => 'Qun mt khu?',
        ],

    ],

    'form' => [

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

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

        'remember' => [
            'label' => 'Ghi nh ng nhp',
        ],

        'actions' => [

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

        ],

    ],

    'messages' => [

        'failed' => 'Thng tin ng nhp khng chnh xc.',

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Qu nhiu ln ng nhp tht bi',
            'body' => 'Vui lng th li sau :seconds giy.',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 b1d3bebe551cca9d76f7baa65264112e
Eval Count 0
Decode Time 100 ms