X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Furlparser005.phpt;h=d6ec61f11ea1f1c9a3b724a33ee4d095ebc0eec3;hp=ff18fe48cd4533fc6aba922011fac695395a2b4a;hb=b54d9ed0b0cd930f76754fe281e66f36a953085b;hpb=a4114b0ea5757190fdd7218dbf23588b6ae6e9a8 diff --git a/tests/urlparser005.phpt b/tests/urlparser005.phpt index ff18fe4..d6ec61f 100644 --- a/tests/urlparser005.phpt +++ b/tests/urlparser005.phpt @@ -16,7 +16,7 @@ $urls = array( foreach ($urls as $url) { printf("\n%s\n", $url); - var_dump(http\Url::parse($url, http\Url::PARSE_MBUTF8)); + var_dump(new http\Url($url, null, http\Url::PARSE_MBUTF8)); } ?> DONE