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

Decoded Output download

<?php

return [

    'single' => [

        'label' => 'Nuovo',

        'modal' => [

            'heading' => 'Salva :label',

            'actions' => [

                'create' => [
                    'label' => 'Salva',
                ],

                'create_another' => [
                    'label' => 'Salva & crea un altro',
                ],

            ],

        ],

        'notifications' => [

            'created' => [
                'title' => 'Creato',
            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => 'Nuovo',

        'modal' => [

            'heading' => 'Salva :label',

            'actions' => [

                'create' => [
                    'label' => 'Salva',
                ],

                'create_another' => [
                    'label' => 'Salva & crea un altro',
                ],

            ],

        ],

        'notifications' => [

            'created' => [
                'title' => 'Creato',
            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 97e668b93e7736152e413fed3d71027e
Eval Count 0
Decode Time 79 ms