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

Decoded Output download

<?php

return [

    'modal' => [

        'heading' => 'Obavijesti',

        'actions' => [

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

            'mark_all_as_read' => [
                'label' => 'Oznai sve kao proitano ',
            ],

        ],

        'empty' => [
            'heading' => 'Nema obavijesti',
            'description' => 'Molimo provjerite kasnije opet',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'modal' => [

        'heading' => 'Obavijesti',

        'actions' => [

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

            'mark_all_as_read' => [
                'label' => 'Oznai sve kao proitano ',
            ],

        ],

        'empty' => [
            'heading' => 'Nema obavijesti',
            'description' => 'Molimo provjerite kasnije opet',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 cf3970a7cb470182e1163fda0f31f73b
Eval Count 0
Decode Time 83 ms