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

Decoded Output download

<?php

return [

    'single' => [

        'label' => ' :label',

        'modal' => [

            'heading' => ': :label',

            'actions' => [

                'create' => [
                    'label' => '',
                ],

                'create_another' => [
                    'label' => '   ',
                ],

            ],

        ],

        'notifications' => [

            'created' => [
                'title' => '',
            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => ' :label',

        'modal' => [

            'heading' => ': :label',

            'actions' => [

                'create' => [
                    'label' => '',
                ],

                'create_another' => [
                    'label' => '   ',
                ],

            ],

        ],

        'notifications' => [

            'created' => [
                'title' => '',
            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 ed955e2423d5c76007055d483f9ae4d8
Eval Count 0
Decode Time 109 ms