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 [ 'buttons' => [ 'filter' => '', 'clear_all_f..
Decoded Output download
<?php
return [
'buttons' => [
'filter' => '',
'clear_all_filters' => ' ',
],
'labels' => [
'action' => '',
'results_per_page' => ' ',
'clear_filter' => ' ',
'no_data' => ' ',
'all' => '',
'selected' => '',
'filtered' => '',
],
'placeholders' => [
'search' => '...',
'select' => ' ',
],
'pagination' => [
'showing' => ' ',
'to' => '',
'of' => '',
'results' => '',
'all' => '',
],
'multi_select' => [
'select' => '',
'all' => '',
],
'select' => [
'select' => '',
'all' => '',
],
'boolean_filter' => [
'all' => '',
],
'input_text_options' => [
'is' => '',
'is_not' => ' ',
'contains' => '',
'contains_not' => ' ',
'starts_with' => ' ',
'ends_with' => ' ',
'is_empty' => '',
'is_not_empty' => ' ',
'is_null' => ' (null)',
'is_not_null' => ' (null)',
'is_blank' => ' (blank)',
'is_not_blank' => ' (blank)',
],
'export' => [
'exporting' => ' !',
'completed' => ' ! ',
],
'soft_deletes' => [
'message_with_trashed' => ' , ',
'message_only_trashed' => ' ',
'without_trashed' => ' ',
'with_trashed' => ' ',
'only_trashed' => ' ',
],
'multi_sort' => [
'message' => ' ',
],
'buttons_macros' => [
'confirm' => [
'message' => 'Are you sure you want to perform this action?',
],
'confirm_prompt' => [
'message' => "Are you sure you want to perform this action?
Enter :confirmValue to confirm.",
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'buttons' => [
'filter' => '',
'clear_all_filters' => ' ',
],
'labels' => [
'action' => '',
'results_per_page' => ' ',
'clear_filter' => ' ',
'no_data' => ' ',
'all' => '',
'selected' => '',
'filtered' => '',
],
'placeholders' => [
'search' => '...',
'select' => ' ',
],
'pagination' => [
'showing' => ' ',
'to' => '',
'of' => '',
'results' => '',
'all' => '',
],
'multi_select' => [
'select' => '',
'all' => '',
],
'select' => [
'select' => '',
'all' => '',
],
'boolean_filter' => [
'all' => '',
],
'input_text_options' => [
'is' => '',
'is_not' => ' ',
'contains' => '',
'contains_not' => ' ',
'starts_with' => ' ',
'ends_with' => ' ',
'is_empty' => '',
'is_not_empty' => ' ',
'is_null' => ' (null)',
'is_not_null' => ' (null)',
'is_blank' => ' (blank)',
'is_not_blank' => ' (blank)',
],
'export' => [
'exporting' => ' !',
'completed' => ' ! ',
],
'soft_deletes' => [
'message_with_trashed' => ' , ',
'message_only_trashed' => ' ',
'without_trashed' => ' ',
'with_trashed' => ' ',
'only_trashed' => ' ',
],
'multi_sort' => [
'message' => ' ',
],
'buttons_macros' => [
'confirm' => [
'message' => 'Are you sure you want to perform this action?',
],
'confirm_prompt' => [
'message' => "Are you sure you want to perform this action? \n\n Enter :confirmValue to confirm.",
],
],
];
Function Calls
None |
Stats
MD5 | db258dfba6c70e5bf14d2d31b99f487e |
Eval Count | 0 |
Decode Time | 80 ms |