Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php168 $endAt = !$parenthesis && $isRoot ? $this->length : $this->nextClosingParenthesis($startAt) + 1;
230 $pos = $this->nextClosingParenthesis($startAt);
453 protected function nextClosingParenthesis(int $startAt)
496 $i = $this->nextClosingParenthesis($i);
514 $i = $this->nextClosingParenthesis($i + 1);
441 protected function nextClosingParenthesis(int $startAt) global() function in FreeDSx\\Ldap\\Search\\FilterParser