X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Furlparser009.phpt;h=57080f4a999212ec82a36403b317b0fb1eacd417;hb=a25866b2177031ae8f5142db8a45fd58dad4e161;hp=f3e2b831d993073eaff789841dccf0d08063d862;hpb=a760e170d36cc40ce992ebcdb13f0877ddfa3d73;p=m6w6%2Fext-http diff --git a/tests/urlparser009.phpt b/tests/urlparser009.phpt index f3e2b83..57080f4 100644 --- a/tests/urlparser009.phpt +++ b/tests/urlparser009.phpt @@ -26,7 +26,7 @@ $urls = array( foreach ($urls as $url) { try { printf("\n%s\n", $url); - var_dump(http\Url::parse($url)); + var_dump(new http\Url($url, null, 0)); } catch (Exception $e) { echo $e->getMessage(),"\n"; }