3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); $url = 'https://localhost/api?field.filter=foo'; // Parse the URL. $parsed = parse_url($url); // Parse the query string. parse_str($parsed['query'], $parsed['query']); print_r($parsed);

preferences:
50.41 ms | 402 KiB | 5 Q