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 [ 'single' => [ 'label' => 'Levlaszts', 'modal' => [ ..

Decoded Output download

<?php

return [

    'single' => [

        'label' => 'Levlaszts',

        'modal' => [

            'heading' => ':label levlasztsa',

            'actions' => [

                'detach' => [
                    'label' => 'Levlaszts',
                ],

            ],

        ],

        'notifications' => [

            'detached' => [
                'title' => 'Levlasztva',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Kijelltek levlasztsa',

        'modal' => [

            'heading' => 'Kijellt :label levlasztsa',

            'actions' => [

                'detach' => [
                    'label' => 'Kijelltek levlasztsa',
                ],

            ],

        ],

        'notifications' => [

            'detached' => [
                'title' => 'Levlasztva',
            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => 'Levlaszts',

        'modal' => [

            'heading' => ':label levlasztsa',

            'actions' => [

                'detach' => [
                    'label' => 'Levlaszts',
                ],

            ],

        ],

        'notifications' => [

            'detached' => [
                'title' => 'Levlasztva',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Kijelltek levlasztsa',

        'modal' => [

            'heading' => 'Kijellt :label levlasztsa',

            'actions' => [

                'detach' => [
                    'label' => 'Kijelltek levlasztsa',
                ],

            ],

        ],

        'notifications' => [

            'detached' => [
                'title' => 'Levlasztva',
            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 4d096a6a0a9c9f752c1aa940cedc3316
Eval Count 0
Decode Time 94 ms