📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 23:24:44
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php83-pecl-http_4.2.6-4.el8
/
tests
📍 /opt/alt/tests/alt-php83-pecl-http_4.2.6-4.el8/tests
🔄 Refresh
✏️
Editing: header008.phpt
Read Only
--TEST-- header params --SKIPIF-- <?php include "skipif.inc"; ?> --FILE-- <?php echo "Test\n"; $header = new http\Header("Cache-control", "public, must-revalidate, max-age=0"); var_dump( array( "public" => array("value" => true, "arguments" => array()), "must-revalidate" => array("value" => true, "arguments" => array()), "max-age" => array("value" => "0", "arguments" => array()), ) === $header->getParams()->params ); ?> Done --EXPECT-- Test bool(true) Done
💾 Save Changes
❌ Cancel