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 [ 'title' => 'Painel de Controle', 'actions' => [ 'filter..

Decoded Output download

<?php

return [

    'title' => 'Painel de Controle',

    'actions' => [

        'filter' => [

            'label' => 'Filtros',

            'modal' => [

                'heading' => 'Filtros',

                'actions' => [

                    'apply' => [

                        'label' => 'Aplicar',

                    ],

                ],

            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'Painel de Controle',

    'actions' => [

        'filter' => [

            'label' => 'Filtros',

            'modal' => [

                'heading' => 'Filtros',

                'actions' => [

                    'apply' => [

                        'label' => 'Aplicar',

                    ],

                ],

            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 0e533d06b688a5d318e65d96074dc76c
Eval Count 0
Decode Time 92 ms