Searched refs:matchToken (Results 1 – 1 of 1) sorted by relevance
90 if ($this->matchToken(0, $token)) {143 if ($this->matchToken($position, $token)) {195 if ($found = $this->matchToken($position, $token)) {241 protected function matchToken(int $position, int $type): bool { function in PhpCss\\Parser