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

Decoded Output download

<?php

return [

    'single' => [

        'label' => 'Xa',

        'modal' => [

            'heading' => 'Xa :label',

            'actions' => [

                'delete' => [
                    'label' => 'Xa',
                ],

            ],

        ],

        'notifications' => [

            'deleted' => [
                'title' => ' xa',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Xo cc mc  chn',

        'modal' => [

            'heading' => 'Xa cc mc :label  chn',

            'actions' => [

                'delete' => [
                    'label' => 'Xa',
                ],

            ],

        ],

        'notifications' => [

            'deleted' => [
                'title' => ' xa',
            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => 'Xa',

        'modal' => [

            'heading' => 'Xa :label',

            'actions' => [

                'delete' => [
                    'label' => 'Xa',
                ],

            ],

        ],

        'notifications' => [

            'deleted' => [
                'title' => ' xa',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Xo cc mc  chn',

        'modal' => [

            'heading' => 'Xa cc mc :label  chn',

            'actions' => [

                'delete' => [
                    'label' => 'Xa',
                ],

            ],

        ],

        'notifications' => [

            'deleted' => [
                'title' => ' xa',
            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 4f3fd81833f7cdd583273bb6be0fa1f0
Eval Count 0
Decode Time 102 ms