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 [ 'fields' => [ 'search' => [ 'label' => '', ..
Decoded Output download
<?php
return [
'fields' => [
'search' => [
'label' => '',
'placeholder' => '',
],
],
'actions' => [
'filter' => [
'label' => '',
],
'open_bulk_actions' => [
'label' => ' ',
],
'toggle_columns' => [
'label' => ' ',
],
],
'empty' => [
'heading' => ' ',
],
'filters' => [
'actions' => [
'reset' => [
'label' => ' ',
],
],
'multi_select' => [
'placeholder' => '',
],
'select' => [
'placeholder' => '',
],
'trashed' => [
'label' => ' ',
'only_trashed' => ' ',
'with_trashed' => ' ',
'without_trashed' => ' ',
],
],
'selection_indicator' => [
'selected_count' => '1 |:count ',
'actions' => [
'select_all' => [
'label' => ' :count',
],
'deselect_all' => [
'label' => ' ',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'fields' => [
'search' => [
'label' => '',
'placeholder' => '',
],
],
'actions' => [
'filter' => [
'label' => '',
],
'open_bulk_actions' => [
'label' => ' ',
],
'toggle_columns' => [
'label' => ' ',
],
],
'empty' => [
'heading' => ' ',
],
'filters' => [
'actions' => [
'reset' => [
'label' => ' ',
],
],
'multi_select' => [
'placeholder' => '',
],
'select' => [
'placeholder' => '',
],
'trashed' => [
'label' => ' ',
'only_trashed' => ' ',
'with_trashed' => ' ',
'without_trashed' => ' ',
],
],
'selection_indicator' => [
'selected_count' => '1 |:count ',
'actions' => [
'select_all' => [
'label' => ' :count',
],
'deselect_all' => [
'label' => ' ',
],
],
],
];
Function Calls
None |
Stats
MD5 | 5de86dd01bf1d14f3f53dc06e443b396 |
Eval Count | 0 |
Decode Time | 91 ms |