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' => 'Ro\'yxatdan o\'tish', 'heading' => 'Hisob qaydnomasi..

Decoded Output download

<?php

return [

    'title' => 'Ro\'yxatdan o\'tish',

    'heading' => 'Hisob qaydnomasini ro\'yxatdan o\'tkazing',

    'actions' => [

        'login' => [
            'before' => 'yoki',
            'label' => 'o\'z hisob qaydnomangiz orqali kiring',
        ],

    ],

    'form' => [

        'email' => [
            'label' => 'Elektron pochta manzili',
        ],

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

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

        'password_confirmation' => [
            'label' => 'Parolni tasdiqlash',
        ],

        'actions' => [

            'register' => [
                'label' => 'Royxatdan otish',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Royxatdan otishga urinishlar juda kop',
            'body' => 'Iltimos, :seconds soniyadan keyin qayta urinib ko\'ring.',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'Ro\'yxatdan o\'tish',

    'heading' => 'Hisob qaydnomasini ro\'yxatdan o\'tkazing',

    'actions' => [

        'login' => [
            'before' => 'yoki',
            'label' => 'o\'z hisob qaydnomangiz orqali kiring',
        ],

    ],

    'form' => [

        'email' => [
            'label' => 'Elektron pochta manzili',
        ],

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

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

        'password_confirmation' => [
            'label' => 'Parolni tasdiqlash',
        ],

        'actions' => [

            'register' => [
                'label' => 'Royxatdan otish',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Royxatdan otishga urinishlar juda kop',
            'body' => 'Iltimos, :seconds soniyadan keyin qayta urinib ko\'ring.',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 b64165ef48ba2b7edff010a680b9b69d
Eval Count 0
Decode Time 103 ms