X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Furlparser005.phpt;h=d6ec61f11ea1f1c9a3b724a33ee4d095ebc0eec3;hp=ff18fe48cd4533fc6aba922011fac695395a2b4a;hb=4f9f3e9032252995b600ed4c4ea538e6302730a2;hpb=c5a2e0f00072f02c1aac569487ccf4f803b89f64 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