wp-includes/SimplePie/src/Cache.php:132Parse a URL into an array
$urlstringarray public static function parse_URL($url) { $params = parse_url($url); $params['extras'] = []; if (isset($params['query'])) { parse_str($params['query'], $params['extras']); } return $params; }One change between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
array to SimplePie\array<string,.verified against sourcesrc/wp-includes/SimplePie/src/Cache.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.