📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 13:46:13
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php84-pecl-http_4.2.6-4.el8
/
tests
📍 /opt/alt/tests/alt-php84-pecl-http_4.2.6-4.el8/tests
🔄 Refresh
✏️
Editing: gh-issue11.phpt
Read Only
--TEST-- crash when query string has nested array keys --SKIPIF-- <?php include "skipif.inc"; version_compare(PHP_VERSION, "7.0.0-dev") or die("skip php<7"); ?> --FILE-- <?php echo "Test\n"; $q = new http\QueryString("a[0][0]=x&a[1][0]=x"); printf("%s\n", $q); ?> ===DONE=== --EXPECT-- Test a%5B0%5D%5B0%5D=x&a%5B1%5D%5B0%5D=x ===DONE===
💾 Save Changes
❌ Cancel