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' => 'Notifikcie', 'actions' =..

Decoded Output download

<?php

return [

    'modal' => [

        'heading' => 'Notifikcie',

        'actions' => [

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

            'mark_all_as_read' => [
                'label' => 'Oznai vetko ako pretan',
            ],

        ],

        'empty' => [
            'heading' => 'iadne notifikcie',
            'description' => 'Skste to prosm neskr.',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'modal' => [

        'heading' => 'Notifikcie',

        'actions' => [

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

            'mark_all_as_read' => [
                'label' => 'Oznai vetko ako pretan',
            ],

        ],

        'empty' => [
            'heading' => 'iadne notifikcie',
            'description' => 'Skste to prosm neskr.',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 ca3566d86651a3e8cf6eb733c6ff38ea
Eval Count 0
Decode Time 82 ms