|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-02-01 14:18 UTC] cataphract@php.net
-Type: Bug
+Type: Documentation Problem
[2011-02-01 14:18 UTC] cataphract@php.net
[2011-02-01 15:32 UTC] aaz at althenia dot net
[2011-02-04 12:11 UTC] aharvey@php.net
[2011-02-04 12:19 UTC] aharvey@php.net
-Status: Open
+Status: Closed
-Package: URL related
+Package: Documentation problem
-Assigned To:
+Assigned To: aharvey
[2011-02-04 12:19 UTC] aharvey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 20:00:01 2025 UTC |
Description: ------------ parse_url("http://example.com:qq"); Array ( [scheme] => http [host] => example.com ) The port number "qq" is not included, so based on this output there is no way to determine in later code that the URL was invalid. Relatedly, the port number is returned as an int, while the manual says that every component is returned as a string.