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' => 'Lecsatols', 'modal' => [ ..

Decoded Output download

<?php

return [

    'single' => [

        'label' => 'Lecsatols',

        'modal' => [

            'heading' => ':label lecstolsa',

            'actions' => [

                'dissociate' => [
                    'label' => 'Lecsatols',
                ],

            ],

        ],

        'notifications' => [

            'dissociated' => [
                'title' => 'Lecsatolva',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Kijelltek lecsatolsa',

        'modal' => [

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

            'actions' => [

                'dissociate' => [
                    'label' => 'Kijelltek lecsatolsa',
                ],

            ],

        ],

        'notifications' => [

            'dissociated' => [
                'title' => 'Lecsatolva',
            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => 'Lecsatols',

        'modal' => [

            'heading' => ':label lecstolsa',

            'actions' => [

                'dissociate' => [
                    'label' => 'Lecsatols',
                ],

            ],

        ],

        'notifications' => [

            'dissociated' => [
                'title' => 'Lecsatolva',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Kijelltek lecsatolsa',

        'modal' => [

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

            'actions' => [

                'dissociate' => [
                    'label' => 'Kijelltek lecsatolsa',
                ],

            ],

        ],

        'notifications' => [

            'dissociated' => [
                'title' => 'Lecsatolva',
            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 b2eeef2c173b8b017762456c4c5d2c00
Eval Count 0
Decode Time 94 ms