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 ',

            'fields' => [

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

            ],

            'actions' => [

                'attach' => [
                    'label' => '',
                ],

                'attach_another' => [
                    'label' => '     ',
                ],

            ],

        ],

        'notifications' => [

            'attached' => [
                'title' => ' ',
            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => '',

        'modal' => [

            'heading' => ':label ',

            'fields' => [

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

            ],

            'actions' => [

                'attach' => [
                    'label' => '',
                ],

                'attach_another' => [
                    'label' => '     ',
                ],

            ],

        ],

        'notifications' => [

            'attached' => [
                'title' => ' ',
            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 0fe944932cadf4d59d713fdb4c77b79c
Eval Count 0
Decode Time 94 ms