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

Decoded Output download

<?php

return [

    'single' => [

        'label' => 'Koppla',

        'modal' => [

            'heading' => 'Koppla :label',

            'fields' => [

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

            ],

            'actions' => [

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

                'attach_another' => [
                    'label' => 'Koppla & koppla en till',
                ],

            ],

        ],

        'notifications' => [

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

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => 'Koppla',

        'modal' => [

            'heading' => 'Koppla :label',

            'fields' => [

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

            ],

            'actions' => [

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

                'attach_another' => [
                    'label' => 'Koppla & koppla en till',
                ],

            ],

        ],

        'notifications' => [

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

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 7a827fb8aadeac54097ab9945f02497a
Eval Count 0
Decode Time 117 ms