📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 14:32:12
📂
/
/
opt
/
alt
/
tests
/
alt-php83-pecl-http_4.2.6-4.el8
/
tests
✏️
Editing: messagebody007.phpt
--TEST-- message body to stream --SKIPIF-- <?php include "skipif.inc"; ?> --FILE-- <?php echo "Test\n"; $file = new http\Message\Body(fopen(__FILE__,"r")); $file->toStream($f = fopen("php://temp", "w")); fseek($f, 0, SEEK_SET); var_dump(file_get_contents(__FILE__) === stream_get_contents($f)); ?> DONE --EXPECT-- Test bool(true) DONE
💾 Save Changes
❌ Cancel