📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 09:03:46
📂
/ (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: params011.phpt
Read Only
--TEST-- bool args params --SKIPIF-- <?php include "skipif.inc"; ?> --FILE-- <?php echo "Test\n"; $p = new http\Params; $container = array("value" => false, "arguments" => array("wrong" => false, "correct" => true)); $p["container"] = $container; var_dump("container=0;wrong=0;correct" === $p->toString()); var_dump(array("container" => $container) === $p->toArray()); ?> DONE --EXPECT-- Test bool(true) bool(true) DONE
💾 Save Changes
❌ Cancel