Searched refs:normalizations (Results 1 – 2 of 2) sorted by relevance
172 * @param int $normalizations A bitmask of normalizations to apply, see constants178 …public static function isEquivalent(UriInterface $uri1, UriInterface $uri2, $normalizations = self… argument180 …return (string) self::normalize($uri1, $normalizations) === (string) self::normalize($uri2, $norma…
737 This methods adds additional normalizations that can be configured with the `$flags` parameter whic…738 of normalizations to apply. The following normalizations are available:742 Default normalizations which only include the ones that preserve semantics.804 `public static function isEquivalent(UriInterface $uri1, UriInterface $uri2, $normalizations = self…807 `$normalizations` bitmask. The method also accepts relative URI references and returns true when th…