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 /** * Text used for activity-based notifications. */ return [ 'new_comment_su..
Decoded Output download
<?php
/**
* Text used for activity-based notifications.
*/
return [
'new_comment_subject' => ' :pageName',
'new_comment_intro' => ':appName ',
'new_page_subject' => ' :pageName',
'new_page_intro' => ':appName ',
'updated_page_subject' => ' :pageName',
'updated_page_intro' => ':appName ',
'updated_page_debounce' => '',
'detail_page_name' => '',
'detail_page_path' => '',
'detail_commenter' => '',
'detail_comment' => '',
'detail_created_by' => '',
'detail_updated_by' => '',
'action_view_comment' => '',
'action_view_page' => '',
'footer_reason' => ' :link ',
'footer_reason_link' => '',
];
?>
Did this file decode correctly?
Original Code
<?php
/**
* Text used for activity-based notifications.
*/
return [
'new_comment_subject' => ' :pageName',
'new_comment_intro' => ':appName ',
'new_page_subject' => ' :pageName',
'new_page_intro' => ':appName ',
'updated_page_subject' => ' :pageName',
'updated_page_intro' => ':appName ',
'updated_page_debounce' => '',
'detail_page_name' => '',
'detail_page_path' => '',
'detail_commenter' => '',
'detail_comment' => '',
'detail_created_by' => '',
'detail_updated_by' => '',
'action_view_comment' => '',
'action_view_page' => '',
'footer_reason' => ' :link ',
'footer_reason_link' => '',
];
Function Calls
None |
Stats
MD5 | f83fc6f177df61e5340a453c9c82b0bb |
Eval Count | 0 |
Decode Time | 107 ms |