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' => [ 'text' => [ 'more_list_items' => ..
Decoded Output download
<?php
return [
'columns' => [
'text' => [
'more_list_items' => ' :count',
],
],
'fields' => [
'search' => [
'label' => '',
'placeholder' => '',
],
],
'actions' => [
'disable_reordering' => [
'label' => ' ',
],
'enable_reordering' => [
'label' => ' ',
],
'filter' => [
'label' => ' ',
],
'open_bulk_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' => ' | :count ',
'actions' => [
'select_all' => [
'label' => ' ',
],
'deselect_all' => [
'label' => ' ',
],
],
],
'sorting' => [
'fields' => [
'column' => [
'label' => '',
],
'direction' => [
'label' => ' ',
'options' => [
'asc' => '',
'desc' => '',
],
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'columns' => [
'text' => [
'more_list_items' => ' :count',
],
],
'fields' => [
'search' => [
'label' => '',
'placeholder' => '',
],
],
'actions' => [
'disable_reordering' => [
'label' => ' ',
],
'enable_reordering' => [
'label' => ' ',
],
'filter' => [
'label' => ' ',
],
'open_bulk_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' => ' | :count ',
'actions' => [
'select_all' => [
'label' => ' ',
],
'deselect_all' => [
'label' => ' ',
],
],
],
'sorting' => [
'fields' => [
'column' => [
'label' => '',
],
'direction' => [
'label' => ' ',
'options' => [
'asc' => '',
'desc' => '',
],
],
],
],
];
Function Calls
None |
Stats
MD5 | f64ae1edb206dd8f84001794cc7ff132 |
Eval Count | 0 |
Decode Time | 102 ms |