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 [ 'title' => 'Editar :label', 'breadcrumb' => 'Editar', 'form..

Decoded Output download

<?php

return [

    'title' => 'Editar :label',

    'breadcrumb' => 'Editar',

    'form' => [

        'actions' => [

            'cancel' => [
                'label' => 'Cancellar',
            ],

            'save' => [
                'label' => 'Desar canvis',
            ],

        ],

    ],

    'content' => [

        'tab' => [
            'label' => 'Editar',
        ],

    ],

    'notifications' => [

        'saved' => [
            'title' => 'Canvis desats',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'Editar :label',

    'breadcrumb' => 'Editar',

    'form' => [

        'actions' => [

            'cancel' => [
                'label' => 'Cancellar',
            ],

            'save' => [
                'label' => 'Desar canvis',
            ],

        ],

    ],

    'content' => [

        'tab' => [
            'label' => 'Editar',
        ],

    ],

    'notifications' => [

        'saved' => [
            'title' => 'Canvis desats',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 ab3c2d40e4dac188b8a63e0775a0a158
Eval Count 0
Decode Time 108 ms