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

Decoded Output download

<?php

return [

    'single' => [

        'label' => 'Trennen',

        'modal' => [

            'heading' => ':label trennen',

            'actions' => [

                'dissociate' => [
                    'label' => 'Trennen',
                ],

            ],

        ],

        'notifications' => [

            'dissociated' => [
                'title' => 'Getrennt',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Ausgewhlte trennen',

        'modal' => [

            'heading' => 'Ausgewhlte :label trennen',

            'actions' => [

                'dissociate' => [
                    'label' => 'Ausgewhlte trennen',
                ],

            ],

        ],

        'notifications' => [

            'dissociated' => [
                'title' => 'Getrennt',
            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => 'Trennen',

        'modal' => [

            'heading' => ':label trennen',

            'actions' => [

                'dissociate' => [
                    'label' => 'Trennen',
                ],

            ],

        ],

        'notifications' => [

            'dissociated' => [
                'title' => 'Getrennt',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Ausgewhlte trennen',

        'modal' => [

            'heading' => 'Ausgewhlte :label trennen',

            'actions' => [

                'dissociate' => [
                    'label' => 'Ausgewhlte trennen',
                ],

            ],

        ],

        'notifications' => [

            'dissociated' => [
                'title' => 'Getrennt',
            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 b379aece70c7cb446273f81f93a193ea
Eval Count 0
Decode Time 89 ms