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

Decoded Output download

<?php

return [

    'single' => [

        'label' => 'Vincular',

        'modal' => [

            'heading' => 'Vincular :label',

            'fields' => [

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

            ],

            'actions' => [

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

                'attach_another' => [
                    'label' => 'Salvar e vincular outro',
                ],

            ],

        ],

        'notifications' => [

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

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => 'Vincular',

        'modal' => [

            'heading' => 'Vincular :label',

            'fields' => [

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

            ],

            'actions' => [

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

                'attach_another' => [
                    'label' => 'Salvar e vincular outro',
                ],

            ],

        ],

        'notifications' => [

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

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 5743e4c7661ac7e439b9a5f5303da566
Eval Count 0
Decode Time 83 ms