📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 18:15:22
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php80-pecl-http_4.2.6-4.el8
/
tests
📍 /opt/alt/tests/alt-php80-pecl-http_4.2.6-4.el8/tests
🔄 Refresh
✏️
Editing: messagebody005.phpt
Read Only
--TEST-- message body add part --SKIPIF-- <?php include "skipif.inc"; ?> --FILE-- <?php echo "Test\n"; $temp = new http\Message\Body; var_dump($temp->getBoundary()); $temp->addPart(new http\Message("This: is a header\n\nand this is the data\n")); var_dump($temp->getBoundary()); echo $temp; ?> DONE --EXPECTF-- Test NULL string(%d) "%x.%x" --%x.%x This: is a header Content-Length: 21 and this is the data --%x.%x-- DONE
💾 Save Changes
❌ Cancel