Merge branch 'master' of git.php.net:/pecl/http/pecl_http
[m6w6/ext-http] / tests / urlparser004.phpt
index 3aa57fd3daa4a99abc2d6441e571c60d4b81e10b..d1cd1eea061a1ac4f362b6e49d2dc8913bf1f5cd 100644 (file)
@@ -20,7 +20,7 @@ $urls = array(
 
 foreach ($urls as $url) {
        printf("\n%s\n", $url);
-       var_dump(http\Url::parse($url, http\Url::PARSE_MBLOC));
+       var_dump(new http\Url($url, null, http\Url::PARSE_MBLOC));
 }
 ?>
 DONE