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' => ':label Olutur', 'modal' =..

Decoded Output download

<?php

return [

    'single' => [

        'label' => ':label Olutur',

        'modal' => [

            'heading' => ':label olutur',

            'actions' => [

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

                'create_another' => [
                    'label' => 'Olutur & yeni olutur',
                ],

            ],

        ],

        'notifications' => [

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

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'single' => [

        'label' => ':label Olutur',

        'modal' => [

            'heading' => ':label olutur',

            'actions' => [

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

                'create_another' => [
                    'label' => 'Olutur & yeni olutur',
                ],

            ],

        ],

        'notifications' => [

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

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 8954c3e58d6df6b27d5cce3feeb10248
Eval Count 0
Decode Time 101 ms