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

Decoded Output download

<?php

return [

    'single' => [

        'label' => 'Sil',

        'modal' => [

            'heading' => ':label Sil',

            'actions' => [

                'delete' => [
                    'label' => 'Sil',
                ],

            ],

        ],

        'notifications' => [

            'deleted' => [
                'title' => 'Silindi',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Seilenleri sil',

        'modal' => [

            'heading' => 'Seilenleri sil', // When ':label' is used here, the meaning is distorted.

            'actions' => [

                'delete' => [
                    'label' => 'Sil',
                ],

            ],

        ],

        'notifications' => [

            'deleted' => [
                'title' => 'Silindi',
            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => 'Sil',

        'modal' => [

            'heading' => ':label Sil',

            'actions' => [

                'delete' => [
                    'label' => 'Sil',
                ],

            ],

        ],

        'notifications' => [

            'deleted' => [
                'title' => 'Silindi',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Seilenleri sil',

        'modal' => [

            'heading' => 'Seilenleri sil', // When ':label' is used here, the meaning is distorted.

            'actions' => [

                'delete' => [
                    'label' => 'Sil',
                ],

            ],

        ],

        'notifications' => [

            'deleted' => [
                'title' => 'Silindi',
            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 1bb775c8b77b327af8cf47784da37121
Eval Count 0
Decode Time 124 ms