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

Decoded Output download

<?php

return [

    'single' => [

        'label' => 'Vista',

        'modal' => [

            'heading' => 'Vista de :label',

            'actions' => [

                'close' => [
                    'label' => 'Tancar',
                ],

            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => 'Vista',

        'modal' => [

            'heading' => 'Vista de :label',

            'actions' => [

                'close' => [
                    'label' => 'Tancar',
                ],

            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 237bcb4f3394515e2d968e2845a60a0c
Eval Count 0
Decode Time 111 ms