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 [ 'columns' => [ 'tags' => [ 'more' => '... :count..
Decoded Output download
<?php
return [
'columns' => [
'tags' => [
'more' => '... :count ',
],
],
'fields' => [
'bulk_select_page' => [
'label' => ' /.',
],
'bulk_select_record' => [
'label' => ' / :key.',
],
'search_query' => [
'label' => '',
'placeholder' => '',
],
],
'actions' => [
'disable_reordering' => [
'label' => ' ',
],
'enable_reordering' => [
'label' => ' ',
],
'filter' => [
'label' => '',
],
'open_actions' => [
'label' => '',
],
'toggle_columns' => [
'label' => ' /',
],
],
'empty' => [
'heading' => ' ',
],
'filters' => [
'actions' => [
'remove' => [
'label' => '',
],
'remove_all' => [
'label' => ' ',
'tooltip' => ' ',
],
'reset' => [
'label' => ' ',
],
],
'indicator' => ' ',
'multi_select' => [
'placeholder' => '',
],
'select' => [
'placeholder' => '',
],
'trashed' => [
'label' => ' ',
'only_trashed' => ' ',
'with_trashed' => ' ',
'without_trashed' => '',
],
],
'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 [
'columns' => [
'tags' => [
'more' => '... :count ',
],
],
'fields' => [
'bulk_select_page' => [
'label' => ' /.',
],
'bulk_select_record' => [
'label' => ' / :key.',
],
'search_query' => [
'label' => '',
'placeholder' => '',
],
],
'actions' => [
'disable_reordering' => [
'label' => ' ',
],
'enable_reordering' => [
'label' => ' ',
],
'filter' => [
'label' => '',
],
'open_actions' => [
'label' => '',
],
'toggle_columns' => [
'label' => ' /',
],
],
'empty' => [
'heading' => ' ',
],
'filters' => [
'actions' => [
'remove' => [
'label' => '',
],
'remove_all' => [
'label' => ' ',
'tooltip' => ' ',
],
'reset' => [
'label' => ' ',
],
],
'indicator' => ' ',
'multi_select' => [
'placeholder' => '',
],
'select' => [
'placeholder' => '',
],
'trashed' => [
'label' => ' ',
'only_trashed' => ' ',
'with_trashed' => ' ',
'without_trashed' => '',
],
],
'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 |
Stats
MD5 | d423605f47ddacf3c0a780a6bb3d02a2 |
Eval Count | 0 |
Decode Time | 119 ms |