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 [ 'title' => ' " ', 'heading' => ' " ', 'actions' => [ ..
Decoded Output download
<?php
return [
'title' => ' " ',
'heading' => ' " ',
'actions' => [
'resend_notification' => [
'label' => ' ',
],
],
'messages' => [
'notification_not_received' => ' " ?',
'notification_sent' => ' -:email " .',
],
'notifications' => [
'notification_resent' => [
'title' => ' ".',
],
'notification_resend_throttled' => [
'title' => ' ',
'body' => ' :seconds .',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'title' => ' " ',
'heading' => ' " ',
'actions' => [
'resend_notification' => [
'label' => ' ',
],
],
'messages' => [
'notification_not_received' => ' " ?',
'notification_sent' => ' -:email " .',
],
'notifications' => [
'notification_resent' => [
'title' => ' ".',
],
'notification_resend_throttled' => [
'title' => ' ',
'body' => ' :seconds .',
],
],
];
Function Calls
None |
Stats
MD5 | 9072ae26efa4cd7c74598a84d1cd42c8 |
Eval Count | 0 |
Decode Time | 80 ms |