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

Variables

None

Stats

MD5 cb4aa68072f3acd6d0d7022a4bf509dd
Eval Count 0
Decode Time 106 ms