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 [ 'column_toggle' => [ 'heading' => '', ], 'columns'..

Decoded Output download

<?php

return [

    'column_toggle' => [

        'heading' => '',

    ],

    'columns' => [

        'text' => [

            'actions' => [
                'collapse_list' => ' :count ',
                'expand_list' => ' :count ',
            ],

            'more_list_items' => ' :count ',
        ],

    ],

    'fields' => [

        'bulk_select_page' => [
            'label' => '',
        ],

        'bulk_select_record' => [
            'label' => ' :key ',
        ],

        'bulk_select_group' => [
            'label' => ' :title ',
        ],

        'search' => [
            'label' => '',
            'placeholder' => '',
            'indicator' => '',
        ],

    ],

    'summary' => [

        'heading' => '',

        'subheadings' => [
            'all' => ' :label',
            'group' => ':group ',
            'page' => '',
        ],

        'summarizers' => [

            'average' => [
                'label' => '',
            ],

            'count' => [
                'label' => '',
            ],

            'sum' => [
                'label' => '',
            ],

        ],

    ],

    'actions' => [

        'disable_reordering' => [
            'label' => '',
        ],

        'enable_reordering' => [
            'label' => '',
        ],

        'filter' => [
            'label' => '',
        ],

        'group' => [
            'label' => '',
        ],

        'open_bulk_actions' => [
            'label' => '',
        ],

        'toggle_columns' => [
            'label' => '',
        ],

    ],

    'empty' => [

        'heading' => ' :model',

        'description' => ' :model',

    ],

    'filters' => [

        'actions' => [

            'apply' => [
                'label' => '',
            ],

            'remove' => [
                'label' => '',
            ],

            'remove_all' => [
                'label' => '',
                'tooltip' => '',
            ],

            'reset' => [
                'label' => '',
            ],

        ],

        'heading' => '',

        'indicator' => '',

        'multi_select' => [
            'placeholder' => '',
        ],

        'select' => [
            'placeholder' => '',
        ],

        'trashed' => [

            'label' => '',

            'only_trashed' => '',

            'with_trashed' => '',

            'without_trashed' => '',

        ],

    ],

    'grouping' => [

        'fields' => [

            'group' => [
                'label' => '',
                'placeholder' => '',
            ],

            'direction' => [

                'label' => '',

                'options' => [
                    'asc' => '',
                    'desc' => '',
                ],

            ],

        ],

    ],

    'reorder_indicator' => '',

    'selection_indicator' => [

        'selected_count' => ' 1 | :count ',

        'actions' => [

            'select_all' => [
                'label' => ' :count ',
            ],

            'deselect_all' => [
                'label' => '',
            ],

        ],

    ],

    'sorting' => [

        'fields' => [

            'column' => [
                'label' => '',
            ],

            'direction' => [

                'label' => '',

                'options' => [
                    'asc' => '',
                    'desc' => '',
                ],

            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'column_toggle' => [

        'heading' => '',

    ],

    'columns' => [

        'text' => [

            'actions' => [
                'collapse_list' => ' :count ',
                'expand_list' => ' :count ',
            ],

            'more_list_items' => ' :count ',
        ],

    ],

    'fields' => [

        'bulk_select_page' => [
            'label' => '',
        ],

        'bulk_select_record' => [
            'label' => ' :key ',
        ],

        'bulk_select_group' => [
            'label' => ' :title ',
        ],

        'search' => [
            'label' => '',
            'placeholder' => '',
            'indicator' => '',
        ],

    ],

    'summary' => [

        'heading' => '',

        'subheadings' => [
            'all' => ' :label',
            'group' => ':group ',
            'page' => '',
        ],

        'summarizers' => [

            'average' => [
                'label' => '',
            ],

            'count' => [
                'label' => '',
            ],

            'sum' => [
                'label' => '',
            ],

        ],

    ],

    'actions' => [

        'disable_reordering' => [
            'label' => '',
        ],

        'enable_reordering' => [
            'label' => '',
        ],

        'filter' => [
            'label' => '',
        ],

        'group' => [
            'label' => '',
        ],

        'open_bulk_actions' => [
            'label' => '',
        ],

        'toggle_columns' => [
            'label' => '',
        ],

    ],

    'empty' => [

        'heading' => ' :model',

        'description' => ' :model',

    ],

    'filters' => [

        'actions' => [

            'apply' => [
                'label' => '',
            ],

            'remove' => [
                'label' => '',
            ],

            'remove_all' => [
                'label' => '',
                'tooltip' => '',
            ],

            'reset' => [
                'label' => '',
            ],

        ],

        'heading' => '',

        'indicator' => '',

        'multi_select' => [
            'placeholder' => '',
        ],

        'select' => [
            'placeholder' => '',
        ],

        'trashed' => [

            'label' => '',

            'only_trashed' => '',

            'with_trashed' => '',

            'without_trashed' => '',

        ],

    ],

    'grouping' => [

        'fields' => [

            'group' => [
                'label' => '',
                'placeholder' => '',
            ],

            'direction' => [

                'label' => '',

                'options' => [
                    'asc' => '',
                    'desc' => '',
                ],

            ],

        ],

    ],

    'reorder_indicator' => '',

    'selection_indicator' => [

        'selected_count' => ' 1 | :count ',

        'actions' => [

            'select_all' => [
                'label' => ' :count ',
            ],

            'deselect_all' => [
                'label' => '',
            ],

        ],

    ],

    'sorting' => [

        'fields' => [

            'column' => [
                'label' => '',
            ],

            'direction' => [

                'label' => '',

                'options' => [
                    'asc' => '',
                    'desc' => '',
                ],

            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 abfb5548fc56fe33ac782790c0ee29c5
Eval Count 0
Decode Time 101 ms