X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Furlparser001.phpt;h=e7ccc5999a5cdd31e2b737bbc3e6031cbac073e3;hb=8d041c32a46d26f2154efdd20c987c8d2b491645;hp=73bd9d4e81b318b09ef478cec300ac823951c69a;hpb=62e9d3e1f5ec8896131313c70574ce7f7cbcfc99;p=m6w6%2Fext-http diff --git a/tests/urlparser001.phpt b/tests/urlparser001.phpt index 73bd9d4..e7ccc59 100644 --- a/tests/urlparser001.phpt +++ b/tests/urlparser001.phpt @@ -21,7 +21,7 @@ $urls = array( foreach ($urls as $url) { printf("\n%s\n", $url); - var_dump(http\Url::parse($url)); + var_dump(new http\Url($url, null, 0)); } ?>