📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 08:54:29
📂
/
/
opt
/
alt
/
tests
/
alt-php84-pecl-http_4.2.6-4.el8
/
tests
✏️
Editing: url005.phpt
--TEST-- url as array --SKIPIF-- <?php include "skipif.inc"; ?> --FILE-- <?php echo "Test\n"; $u = "http://user:pass@www.example.com:8080/path/file.ext". "?foo=bar&more[]=1&more[]=2#hash"; $url = new http\Url($u); $url2 = new http\Url($url->toArray()); var_dump($url->toArray() === $url2->toArray()); ?> DONE --EXPECT-- Test bool(true) DONE
💾 Save Changes
❌ Cancel