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

Decoded Output download

<?php

return [

    'single' => [

        'label' => 'Associate',

        'modal' => [

            'heading' => 'Associate :label',

            'fields' => [

                'record_id' => [
                    'label' => 'Record',
                ],

            ],

            'actions' => [

                'associate' => [
                    'label' => 'Associate',
                ],

                'associate_another' => [
                    'label' => 'Associate & associate another',
                ],

            ],

        ],

        'notifications' => [

            'associated' => [
                'title' => 'Associated',
            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => 'Associate',

        'modal' => [

            'heading' => 'Associate :label',

            'fields' => [

                'record_id' => [
                    'label' => 'Record',
                ],

            ],

            'actions' => [

                'associate' => [
                    'label' => 'Associate',
                ],

                'associate_another' => [
                    'label' => 'Associate & associate another',
                ],

            ],

        ],

        'notifications' => [

            'associated' => [
                'title' => 'Associated',
            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 3303b25115f039f2d281acefaa15bc9c
Eval Count 0
Decode Time 83 ms