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

Decoded Output download

<?php

return [

    'modal' => [

        'heading' => '',

        'actions' => [

            'clear' => [
                'label' => '',
            ],

            'mark_all_as_read' => [
                'label' => '  ',
            ],

        ],

        'empty' => [
            'heading' => ' ',
            'description' => ',  ',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'modal' => [

        'heading' => '',

        'actions' => [

            'clear' => [
                'label' => '',
            ],

            'mark_all_as_read' => [
                'label' => '  ',
            ],

        ],

        'empty' => [
            'heading' => ' ',
            'description' => ',  ',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 1196b062d616b3777aecc2fafd685eea
Eval Count 0
Decode Time 107 ms