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' => 'Napravi :label', 'breadcrumb' => 'Napravi', 'fo..

Decoded Output download

<?php

return [

    'title' => 'Napravi :label',

    'breadcrumb' => 'Napravi',

    'form' => [

        'actions' => [

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

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

            'create_another' => [
                'label' => 'Napravi i napravi drugi',
            ],

        ],

    ],

    'notifications' => [

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

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'Napravi :label',

    'breadcrumb' => 'Napravi',

    'form' => [

        'actions' => [

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

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

            'create_another' => [
                'label' => 'Napravi i napravi drugi',
            ],

        ],

    ],

    'notifications' => [

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

    ],

];

Function Calls

None

Variables

None

Stats

MD5 859292b014b3bbc51ef5c920f729b609
Eval Count 0
Decode Time 99 ms