PATH: //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: sleep_wakeup_EOL-bug3488-part2.phpt
--TEST-- Bug #3488 Sleep/Wakeup EOL Consistency - Part 2 --SKIPIF-- if (!is_readable('sleep_wakeup_data')) { echo "skip No data. Part 1 must run first.\n"; } --FILE-- <?php require_once('Mail/mime.php'); $filename = 'sleep_wakeup_data'; $fp = fopen($filename, 'r'); $smm = fread($fp, filesize($filename)); fclose($fp); @unlink($filename); $mmData = unserialize($smm); $mmData['mm']->get(); $x = $mmData['mm']->headers(); list($h1) = explode("\n", $mmData['header']); list($h2) = explode("\n", $x['Content-Type']); echo ($h1 == $h2) ? "Match" : "No Match"; ?> --EXPECT-- Match
SIMPAN PERUBAHAN