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' => 'Tableau de bord', 'actions' => [ 'filter' =..

Decoded Output download

<?php

return [

    'title' => 'Tableau de bord',

    'actions' => [

        'filter' => [

            'label' => 'Filtrer',

            'modal' => [

                'heading' => 'Filtrer',

                'actions' => [

                    'apply' => [

                        'label' => 'Appliquer',

                    ],

                ],

            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'Tableau de bord',

    'actions' => [

        'filter' => [

            'label' => 'Filtrer',

            'modal' => [

                'heading' => 'Filtrer',

                'actions' => [

                    'apply' => [

                        'label' => 'Appliquer',

                    ],

                ],

            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 3106ff36f530a2d4ba3c8d31e4b16c37
Eval Count 0
Decode Time 94 ms