Searched refs:nextClosingParenthesis (Results 1 – 1 of 1) sorted by relevance
168 … $endAt = !$parenthesis && $isRoot ? $this->length : $this->nextClosingParenthesis($startAt) + 1;230 $pos = $this->nextClosingParenthesis($startAt);453 protected function nextClosingParenthesis(int $startAt) function in FreeDSx\\Ldap\\Search\\FilterParser496 $i = $this->nextClosingParenthesis($i);514 $i = $this->nextClosingParenthesis($i + 1);