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 [ 'entries' => [ 'text' => [ 'actions' => [ ..
Decoded Output download
<?php
return [
'entries' => [
'text' => [
'actions' => [
'collapse_list' => ':count',
'expand_list' => ':count',
],
'more_list_items' => ':count',
],
'key_value' => [
'columns' => [
'key' => [
'label' => '',
],
'value' => [
'label' => '',
],
],
'placeholder' => '',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'entries' => [
'text' => [
'actions' => [
'collapse_list' => ':count',
'expand_list' => ':count',
],
'more_list_items' => ':count',
],
'key_value' => [
'columns' => [
'key' => [
'label' => '',
],
'value' => [
'label' => '',
],
],
'placeholder' => '',
],
],
];
Function Calls
None |
Stats
MD5 | de2409c453d83fa7fff21ff4188aa5ca |
Eval Count | 0 |
Decode Time | 97 ms |