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

Decoded Output download

<?php

return [

    'title' => 'Uusi :label',

    'breadcrumb' => 'Uusi',

    'form' => [

        'actions' => [

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

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

            'create_another' => [
                'label' => 'Luo & luo toinen',
            ],

        ],

    ],

    'notifications' => [

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

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'Uusi :label',

    'breadcrumb' => 'Uusi',

    'form' => [

        'actions' => [

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

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

            'create_another' => [
                'label' => 'Luo & luo toinen',
            ],

        ],

    ],

    'notifications' => [

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

    ],

];

Function Calls

None

Variables

None

Stats

MD5 d9432fd1b4d8adde305d71fe55e54dd9
Eval Count 0
Decode Time 94 ms