Hacked By AnonymousFox

Current Path : /proc/thread-self/root/opt/alt/php74/usr/share/pear/test/Mail_Mime/tests/
Upload File :
Current File : //proc/thread-self/root/opt/alt/php74/usr/share/pear/test/Mail_Mime/tests/test_Bug_12165.phpt

--TEST--
Bug #12165  Dot at the end of the line disappeared
--SKIPIF--
--FILE--
<?php
include ("Mail/mime.php");
$string='http://aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com';
$mime = new Mail_mime();
$mime->setHTMLBody($string);
print_r($mime->get());
    
--EXPECT--
http://aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa=
=2Ecom

Hacked By AnonymousFox1.0, Coded By AnonymousFox