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 [ 'modal' => [ 'heading' => '', 'actions' => [ ..
Decoded Output download
<?php
return [
'modal' => [
'heading' => '',
'actions' => [
'clear' => [
'label' => '',
],
'mark_all_as_read' => [
'label' => ' ',
],
],
'empty' => [
'heading' => ' ',
'description' => ' .',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'modal' => [
'heading' => '',
'actions' => [
'clear' => [
'label' => '',
],
'mark_all_as_read' => [
'label' => ' ',
],
],
'empty' => [
'heading' => ' ',
'description' => ' .',
],
],
];
Function Calls
None |
Stats
MD5 | 33d5be09460a18691981615a789dea5b |
Eval Count | 0 |
Decode Time | 98 ms |