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 [ 'single' => [ 'label' => 'Restaurirati', 'modal' =>..

Decoded Output download

<?php

return [

    'single' => [

        'label' => 'Restaurirati',

        'modal' => [

            'heading' => 'Restaurirati :label',

            'actions' => [

                'restore' => [
                    'label' => 'Restaurirati',
                ],

            ],

        ],

        'notifications' => [

            'restored' => [
                'title' => 'Zapis restauriran',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Izabrani restaurirati',

        'modal' => [

            'heading' => 'Restaurirati izabrani :label',

            'actions' => [

                'restore' => [
                    'label' => 'Restaurirati',
                ],

            ],

        ],

        'notifications' => [

            'restored' => [
                'title' => 'Zapisi restaurirani',
            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => 'Restaurirati',

        'modal' => [

            'heading' => 'Restaurirati :label',

            'actions' => [

                'restore' => [
                    'label' => 'Restaurirati',
                ],

            ],

        ],

        'notifications' => [

            'restored' => [
                'title' => 'Zapis restauriran',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Izabrani restaurirati',

        'modal' => [

            'heading' => 'Restaurirati izabrani :label',

            'actions' => [

                'restore' => [
                    'label' => 'Restaurirati',
                ],

            ],

        ],

        'notifications' => [

            'restored' => [
                'title' => 'Zapisi restaurirani',
            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 3f96f459490943a1be19c38ce0e4078b
Eval Count 0
Decode Time 89 ms