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 62193fbd1886153f1aef5f4831c9967f
Eval Count 0
Decode Time 104 ms