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

Decoded Output download

<?php

return [

    'single' => [

        'label' => '',

        'modal' => [

            'heading' => ' :label',

            'actions' => [

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

            ],

        ],

        'notifications' => [

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

        ],

    ],

    'multiple' => [

        'label' => '',

        'modal' => [

            'heading' => ' :label',

            'actions' => [

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

            ],

        ],

        'notifications' => [

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

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => '',

        'modal' => [

            'heading' => ' :label',

            'actions' => [

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

            ],

        ],

        'notifications' => [

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

        ],

    ],

    'multiple' => [

        'label' => '',

        'modal' => [

            'heading' => ' :label',

            'actions' => [

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

            ],

        ],

        'notifications' => [

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

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 7dac56fb390c9d2d2ef04f3e485c69f0
Eval Count 0
Decode Time 86 ms