golden hour
/opt/alt/php56/usr/share/pear/test/Mail_Mime/tests
⬆️ Go Up
Upload
File/Folder
Size
Actions
class-filename.phpt
242 B
Del
OK
content_transfer_encoding.phpt
924 B
Del
OK
encoding_case.phpt
244 B
Del
OK
headers_with_mbstring.phpt
8.65 KB
Del
OK
headers_without_mbstring.phpt
8.32 KB
Del
OK
qp_encoding_test.phpt
3.47 KB
Del
OK
sleep_wakeup_EOL-bug3488-part1.phpt
545 B
Del
OK
sleep_wakeup_EOL-bug3488-part2.phpt
586 B
Del
OK
test_Bug_10596_1.phpt
296 B
Del
OK
test_Bug_10816_1.phpt
570 B
Del
OK
test_Bug_10999_1.phpt
491 B
Del
OK
test_Bug_11381.phpt
557 B
Del
OK
test_Bug_11731.phpt
684 B
Del
OK
test_Bug_12165.phpt
381 B
Del
OK
test_Bug_12385_1.phpt
539 B
Del
OK
test_Bug_12411.phpt
649 B
Del
OK
test_Bug_12466.phpt
445 B
Del
OK
test_Bug_13032.phpt
539 B
Del
OK
test_Bug_13444.phpt
670 B
Del
OK
test_Bug_13962.phpt
367 B
Del
OK
test_Bug_14529.phpt
521 B
Del
OK
test_Bug_14779.phpt
489 B
Del
OK
test_Bug_14780.phpt
351 B
Del
OK
test_Bug_15320.phpt
462 B
Del
OK
test_Bug_16539.phpt
7.34 KB
Del
OK
test_Bug_17025.phpt
412 B
Del
OK
test_Bug_17175.phpt
695 B
Del
OK
test_Bug_18083.phpt
592 B
Del
OK
test_Bug_18772.phpt
880 B
Del
OK
test_Bug_19497.phpt
547 B
Del
OK
test_Bug_20226.phpt
341 B
Del
OK
test_Bug_20273.phpt
302 B
Del
OK
test_Bug_20563.phpt
378 B
Del
OK
test_Bug_20564.phpt
270 B
Del
OK
test_Bug_21027.phpt
7.12 KB
Del
OK
test_Bug_21098.phpt
390 B
Del
OK
test_Bug_21205.phpt
1.28 KB
Del
OK
test_Bug_21206.phpt
590 B
Del
OK
test_Bug_21255.phpt
352 B
Del
OK
test_Bug_3513_1.phpt
475 B
Del
OK
test_Bug_3513_2.phpt
567 B
Del
OK
test_Bug_3513_3.phpt
631 B
Del
OK
test_Bug_7561_1.phpt
645 B
Del
OK
test_Bug_8386_1.phpt
551 B
Del
OK
test_Bug_8541_1.phpt
499 B
Del
OK
test_Bug_9722_1.phpt
360 B
Del
OK
test_Bug_GH16.phpt
1.56 KB
Del
OK
test_Bug_GH19.phpt
997 B
Del
OK
test_Bug_GH26.phpt
755 B
Del
OK
test_linebreak_dot.phpt
1.65 KB
Del
OK
test_linebreak_larger_76.phpt
2.25 KB
Del
OK
Edit: test_Bug_13962.phpt
--TEST-- Bug #13962 Multiple header support --SKIPIF-- --FILE-- <?php require_once('Mail/mime.php'); $mime = new Mail_mime(); $mime->setFrom('user@from.example.com'); $r = $mime->txtHeaders(array('Received' => array('Received 1', 'Received 2'))); print_r($r); ?> --EXPECT-- Received: Received 1 Received: Received 2 MIME-Version: 1.0 From: user@from.example.com
Save