mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02:00
`FILTER_FLAG_SCHEME_REQUIRED` and `FILTER_FLAG_HOST_REQUIRED` are implicitly used for `FILTER_VALIDATE_URL` so there is no need to specify them explicitly. Cf. https://bugs.php.net/75442.