PATH: //proc/self/root/opt/alt/php74/usr/share/pear/test/Mail_Mime/tests
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 class-filename.phpt
↓
X
📄 content_transfer_encoding.phpt
↓
X
📄 encoding_case.phpt
↓
X
📄 headers_with_mbstring.phpt
↓
X
📄 headers_without_mbstring.phpt
↓
X
📄 qp_encoding_test.phpt
↓
X
📄 sleep_wakeup_EOL-bug3488-part1.phpt
↓
X
📄 sleep_wakeup_EOL-bug3488-part2.phpt
↓
X
📄 test_Bug_10596_1.phpt
↓
X
📄 test_Bug_10816_1.phpt
↓
X
📄 test_Bug_10999_1.phpt
↓
X
📄 test_Bug_11381.phpt
↓
X
📄 test_Bug_11731.phpt
↓
X
📄 test_Bug_12165.phpt
↓
X
📄 test_Bug_12385_1.phpt
↓
X
📄 test_Bug_12411.phpt
↓
X
📄 test_Bug_12466.phpt
↓
X
📄 test_Bug_13032.phpt
↓
X
📄 test_Bug_13444.phpt
↓
X
📄 test_Bug_13962.phpt
↓
X
📄 test_Bug_14529.phpt
↓
X
📄 test_Bug_14779.phpt
↓
X
📄 test_Bug_14780.phpt
↓
X
📄 test_Bug_15320.phpt
↓
X
📄 test_Bug_16539.phpt
↓
X
📄 test_Bug_17025.phpt
↓
X
📄 test_Bug_17175.phpt
↓
X
📄 test_Bug_18083.phpt
↓
X
📄 test_Bug_18772.phpt
↓
X
📄 test_Bug_19497.phpt
↓
X
📄 test_Bug_20226.phpt
↓
X
📄 test_Bug_20273.phpt
↓
X
📄 test_Bug_20563.phpt
↓
X
📄 test_Bug_20564.phpt
↓
X
📄 test_Bug_21027.phpt
↓
X
📄 test_Bug_21098.phpt
↓
X
📄 test_Bug_21205.phpt
↓
X
📄 test_Bug_21206.phpt
↓
X
📄 test_Bug_21255.phpt
↓
X
📄 test_Bug_3513_1.phpt
↓
X
📄 test_Bug_3513_2.phpt
↓
X
📄 test_Bug_3513_3.phpt
↓
X
📄 test_Bug_7561_1.phpt
↓
X
📄 test_Bug_8386_1.phpt
↓
X
📄 test_Bug_8541_1.phpt
↓
X
📄 test_Bug_9722_1.phpt
↓
X
📄 test_Bug_GH16.phpt
↓
X
📄 test_Bug_GH19.phpt
↓
X
📄 test_Bug_GH26.phpt
↓
X
📄 test_linebreak_dot.phpt
↓
X
📄 test_linebreak_larger_76.phpt
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: test_Bug_14779.phpt
--TEST-- Bug #14779 Proper header-body separator for empty attachment --SKIPIF-- --FILE-- <?php include "Mail/mime.php"; $m = new Mail_mime(); $m->addAttachment('', "text/plain", 'file.txt', FALSE, 'base64', 'attachment'); $result = $m->get(); if (preg_match('/(Content.*)--=.*/s', $result, $matches)) { print_r($matches[1]."END"); } ?> --EXPECT-- Content-Transfer-Encoding: base64 Content-Type: text/plain; name=file.txt Content-Disposition: attachment; filename=file.txt END
SIMPAN PERUBAHAN