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 overrul..

Decoded Output download

<?php

/**
 * Test fixture.
 *
 * Used in the `PHPMailer\LocalizationTest` to test overruling an existing translation
 * file with a custom one by passing in a `$langPath` parameter.
 */

$PHPMAILER_LANG['empty_message'] = "Custom path test success (fr)";
 ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Test fixture.
 *
 * Used in the `PHPMailer\LocalizationTest` to test overruling an existing translation
 * file with a custom one by passing in a `$langPath` parameter.
 */

$PHPMAILER_LANG['empty_message'] = "Custom path test success (fr)";

Function Calls

None

Variables

$PHPMAILER_LANG [{'key': 'empty_message', 'value': 'Custom path test success (fr)'}]

Stats

MD5 64dc56617c8a6e5e6abc9faa4569a1fb
Eval Count 0
Decode Time 105 ms