📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 06:34:12
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php85-pecl-http_4.3.1-5.el8
/
tests
📍 /opt/alt/tests/alt-php85-pecl-http_4.3.1-5.el8/tests
🔄 Refresh
✏️
Editing: header003.phpt
Read Only
--TEST-- header serialize --SKIPIF-- <?php include "skipif.inc"; ?> --FILE-- <?php echo "Test\n"; $h = new http\Header("foo", "bar"); var_dump("Foo: bar" === (string) unserialize(serialize($h))); $h = new http\Header(123, 456); var_dump("123: 456" === (string) unserialize(serialize($h))); ?> Done --EXPECT-- Test bool(true) bool(true) Done
💾 Save Changes
❌ Cancel