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

Decoded Output download

<?php

return [

    'single' => [

        'label' => 'Pievienot',

        'modal' => [

            'heading' => 'Pievienot :label',

            'fields' => [

                'record_id' => [
                    'label' => 'Ieraksts',
                ],

            ],

            'actions' => [

                'attach' => [
                    'label' => 'Pievienot',
                ],

                'attach_another' => [
                    'label' => 'Pievienot & pievienot citu',
                ],

            ],

        ],

        'notifications' => [

            'attached' => [
                'title' => 'Pievienots',
            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => 'Pievienot',

        'modal' => [

            'heading' => 'Pievienot :label',

            'fields' => [

                'record_id' => [
                    'label' => 'Ieraksts',
                ],

            ],

            'actions' => [

                'attach' => [
                    'label' => 'Pievienot',
                ],

                'attach_another' => [
                    'label' => 'Pievienot & pievienot citu',
                ],

            ],

        ],

        'notifications' => [

            'attached' => [
                'title' => 'Pievienots',
            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 85ba07998daefbde1f4afb17d86eaed9
Eval Count 0
Decode Time 89 ms