📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 08:12:05
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php82-pecl-http_4.2.6-4.el8
/
tests
📍 /opt/alt/tests/alt-php82-pecl-http_4.2.6-4.el8/tests
🔄 Refresh
✏️
Editing: cookie003.phpt
Read Only
--TEST-- cookies numeric keys --SKIPIF-- <?php include "skipif.inc"; ?> --FILE-- <?php echo "Test\n"; $c = new http\Cookie("1=%20; 2=%22; 3=%5D", 0, array(2)); var_dump("1=%20; 3=%5D; 2=%22; " === (string) $c); ?> DONE --EXPECT-- Test bool(true) DONE
💾 Save Changes
❌ Cancel