Viewing File: /opt/alt/tests/alt-php83-pecl-http_4.2.6-4.el8/tests/bug69076.phpt

--TEST--
Bug #69076 (URL parsing throws exception on empty query string)
--SKIPIF--
<?php 
include "skipif.inc";
?>
--FILE--
<?php 
echo "Test\n";
echo new http\Url("http://foo.bar/?");
?>

===DONE===
--EXPECT--
Test
http://foo.bar/
===DONE===
Back to Directory File Manager
<