📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 07:26:04
📂
/
/
opt
/
alt
/
tests
/
alt-php81-pecl-http_4.2.6-4.el8
/
tests
✏️
Editing: header008.phpt
--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