Searched refs:matchesPath (Results 1 – 4 of 4) sorted by relevance
123 return !($cookie->matchesPath($path)132 && $cookie->matchesPath($path)277 if ($cookie->matchesPath($path)
387 public function matchesPath(string $requestPath): bool function in GuzzleHttp\\Cookie\\SetCookie
133 return !($cookie->matchesPath($path) &&142 $cookie->matchesPath($path) &&284 if ($cookie->matchesPath($path) &&
304 public function matchesPath($requestPath) function in GuzzleHttp\\Cookie\\SetCookie