Searched refs:_protocolRegex (Results 1 – 2 of 2) sorted by relevance
43 private static $_protocolRegex = '@^https?://@i'; variable in OneLogin_Saml2_Utils319 $wrongProtocol = !preg_match(self::$_protocolRegex, $url);372 self::$_protocolRegex = $protocolRegex;