📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 10:43:08
📂
/
/
opt
/
alt
/
tests
/
alt-php85-pecl-http_4.3.1-5.el8
/
tests
✏️
Editing: messagebody005.phpt
--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