X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Furl001.phpt;h=cd792f29688d894a7680498ad88da5534a83941a;hb=76f74c9bfd2e97c89e7184d85ea7a0c5322a5219;hp=6519ddfcb4900bd8ee21661fdb2294e40c655ff5;hpb=61c5a47e7530b142df6b67332e60a339998c2492;p=m6w6%2Fext-http diff --git a/tests/url001.phpt b/tests/url001.phpt index 6519ddf..cd792f2 100644 --- a/tests/url001.phpt +++ b/tests/url001.phpt @@ -12,7 +12,7 @@ s=b&i=0&e=&a[]=1&a[]=2 printf("%s\n", new http\Url); printf("%s\n", new http\Url("other", "index")); printf("%s\n", new http\Url(array("scheme" => "https", "port" => 443))); -printf("%s\n", new http\Url(array("path" => "/./up/../down/../././//index.php/.", "query" => null))); +printf("%s\n", new http\Url(array("path" => "/./up/../down/../././//index.php/.", "query" => null), null, http\Url::SANITIZE_PATH|http\Url::FROM_ENV)); printf("%s\n", new http\Url(null, null, 0)); ?> DONE