📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 04:09:36
📂
/
/
opt
/
alt
/
php73
/
usr
/
share
/
pear
/
test
/
Mail_Mime
/
tests
✏️
Editing: test_Bug_21098.phpt
--TEST-- Bug #21098 Handling of empty plain text parts --SKIPIF-- --FILE-- <?php include "Mail/mime.php"; $mime = new Mail_mime(); $mime->setTxtBody(''); $mime->setHTMLBody('<html></html>'); $headers1 = $mime->txtHeaders(); $body = $mime->get(); $headers2 = $mime->txtHeaders(); print strpos($headers1, 'text/html') && strpos($headers2, 'text/html') ? 'OK' : 'NOT OK'; --EXPECT-- OK
💾 Save Changes
❌ Cancel