Merge branch 'master' of git.php.net:/pecl/http/pecl_http
[m6w6/ext-http] / tests / urlparser002.phpt
index be1cd66f5b93941670f379cc5f687f9f6f0fdea6..92114dce1d296f08c1fa510a5a909c5d8dfe59c7 100644 (file)
@@ -22,7 +22,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));
 }
 ?>
 DONE