📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 08:33:28
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php84-pecl-http_4.2.6-4.el8
/
tests
📍 /opt/alt/tests/alt-php84-pecl-http_4.2.6-4.el8/tests
🔄 Refresh
✏️
Editing: messagebody002.phpt
Read Only
--TEST-- message body append --SKIPIF-- <?php include "skipif.inc"; ?> --FILE-- <?php echo "Test\n"; $temp = new http\Message\Body(); $temp->append("yes"); var_dump((string) $temp); ?> DONE --EXPECT-- Test string(3) "yes" DONE
💾 Save Changes
❌ Cancel