📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 11:03:01
📂
/
/
opt
/
alt
/
tests
/
alt-php84-pecl-http_4.2.6-4.el8
/
tests
✏️
Editing: cookie004.phpt
--TEST-- cookies raw --SKIPIF-- <?php include "skipif.inc"; ?> --FILE-- <?php echo "Test\n"; $c = new http\Cookie("1=%20; 2=%22; e3=%5D", http\Cookie::PARSE_RAW, array(2)); var_dump("1=%2520; e3=%255D; 2=%2522; " === (string) $c); ?> DONE --EXPECT-- Test bool(true) DONE
💾 Save Changes
❌ Cancel