<?php $url1 = Uri\WhatWg\Url::parse("https://example.com"); $url2 = $url1->withPort(-1); var_dump($url2);
You have javascript disabled. You will not be able to edit any code.