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 /** * Test fixture. * * Used in the `PHPMailer\LocalizationTest` to test that la..
Decoded Output download
<?php
/**
* Test fixture.
*
* Used in the `PHPMailer\LocalizationTest` to test that language strings not
* set via a fixed, known group of array index keys are disregarded.
*/
$PHPMAILER_LANG['extension_missing'] = 'Confirming that test fixture was loaded correctly (zz).';
// Keys not in the original array.
$PHPMAILER_LANG['unknown'] = 'Unknown text.';
$PHPMAILER_LANG['invalid'] = 'Invalid text.';
// Keys which exist in the original array, but use the wrong letter case or space instead of underscore.
$PHPMAILER_LANG['Authenticate'] = 'Overruled text, index not same case';
$PHPMAILER_LANG['CONNECT_HOST'] = 'Overruled text, index not same case';
$PHPMAILER_LANG['Data_Not_Accepted'] = 'Overruled text, index not same case';
$PHPMAILER_LANG['empty message'] = 'Overruled text, index not same case';
?>
Did this file decode correctly?
Original Code
<?php
/**
* Test fixture.
*
* Used in the `PHPMailer\LocalizationTest` to test that language strings not
* set via a fixed, known group of array index keys are disregarded.
*/
$PHPMAILER_LANG['extension_missing'] = 'Confirming that test fixture was loaded correctly (zz).';
// Keys not in the original array.
$PHPMAILER_LANG['unknown'] = 'Unknown text.';
$PHPMAILER_LANG['invalid'] = 'Invalid text.';
// Keys which exist in the original array, but use the wrong letter case or space instead of underscore.
$PHPMAILER_LANG['Authenticate'] = 'Overruled text, index not same case';
$PHPMAILER_LANG['CONNECT_HOST'] = 'Overruled text, index not same case';
$PHPMAILER_LANG['Data_Not_Accepted'] = 'Overruled text, index not same case';
$PHPMAILER_LANG['empty message'] = 'Overruled text, index not same case';
Function Calls
None |
Stats
MD5 | b5167eb44d51041dfd8df6dc0ae1046c |
Eval Count | 0 |
Decode Time | 101 ms |