Home
last modified time | relevance | path

Searched refs:MATCH_QD_STR_VAL (Results 1 – 1 of 1) sorted by relevance

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php28 protected const MATCH_QD_STR_VAL = '/("((.*?)(?<!\\\))")/'; define in FreeDSx\\Sasl\\Encoder\\DigestMD5Encoder
285 if (!preg_match(self::MATCH_QD_STR_VAL, substr($this->binary, $this->pos), $matches)) {