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' => [
            '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' => 'C :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' => [

            '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' => [
            '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' => 'C :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' => [

            '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 2ea6626c02cfa72cdb17ff9f1322b40e
Eval Count 0
Decode Time 94 ms