@@ -568,8 +568,8 @@ public static function provideParse(): iterable
568
568
'http://你好你好 ' => ['scheme ' => 'http ' , 'host ' => '你好你好 ' ],
569
569
'https://faß.ExAmPlE/ ' => ['scheme ' => 'https ' , 'host ' => 'faß.ExAmPlE ' ],
570
570
'sc://faß.ExAmPlE/ ' => ['scheme ' => 'sc ' , 'host ' => 'faß.ExAmPlE ' ],
571
- 'http://%30%78%63%30%2e%30%32%35%30.01 ' => [ ' scheme ' => ' http ' , ' host ' => ' %30%78%63%30%2e%30%32%35%30.01 ' ] ,
572
- 'http://%30%78%63%30%2e%30%32%35%30.01%2e ' => [ ' scheme ' => ' http ' , ' host ' => ' %30%78%63%30%2e%30%32%35%30.01%2e ' ] ,
571
+ 'http://%30%78%63%30%2e%30%32%35%30.01 ' => null ,
572
+ 'http://%30%78%63%30%2e%30%32%35%30.01%2e ' => null ,
573
573
'http://0Xc0.0250.01 ' => ['scheme ' => 'http ' , 'host ' => '0Xc0.0250.01 ' ],
574
574
'http://./ ' => ['scheme ' => 'http ' , 'host ' => '. ' ],
575
575
'http://../ ' => ['scheme ' => 'http ' , 'host ' => '.. ' ],
@@ -689,7 +689,7 @@ public static function provideParse(): iterable
689
689
'urn:ietf:rfc:2648 ' => ['scheme ' => 'urn ' , 'host ' => null ],
690
690
'tag:joe@example.org,2001:foo/bar ' => ['scheme ' => 'tag ' , 'host ' => null ],
691
691
'non-special://%E2%80%A0/ ' => ['scheme ' => 'non-special ' , 'host ' => '%E2%80%A0 ' ],
692
- 'non-special://H%4fSt/path ' => [ ' scheme ' => ' non-special ' , ' host ' => ' H%4fSt ' ] ,
692
+ 'non-special://H%4fSt/path ' => null ,
693
693
'non-special://[1:2:0:0:5:0:0:0]/ ' => ['scheme ' => 'non-special ' , 'host ' => '[1:2:0:0:5:0:0:0] ' ],
694
694
'non-special://[1:2:0:0:0:0:0:3]/ ' => ['scheme ' => 'non-special ' , 'host ' => '[1:2:0:0:0:0:0:3] ' ],
695
695
'non-special://[1:2::3]:80/ ' => ['scheme ' => 'non-special ' , 'host ' => '[1:2::3] ' ],
0 commit comments