📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 08:23:37
📂
/ (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: messagebody009.phpt
Read Only
--TEST-- message body clone --SKIPIF-- <?php include "skipif.inc"; ?> --FILE-- <?php echo "Test\n"; $file = new http\Message\Body(fopen(__FILE__,"r")); var_dump((string) $file === (string) clone $file); ?> DONE --EXPECT-- Test bool(true) DONE
💾 Save Changes
❌ Cancel