Searched refs:phrase (Results 1 – 1 of 1) sorted by relevance
79 $phrase = substr($token, 3);84 $stack[] = $this->matchPhrase($phrase, $this->materialize($candidates));208 * @param string $phrase the phrase to search for212 protected function matchPhrase(string $phrase, PageSet $candidates): PageSet argument218 'phrase' => $phrase,224 if (str_contains($text, $phrase)) {