Home
last modified time | relevance | path

Searched defs:expectedTokens (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DParser.php83 protected function read($expectedTokens): Scanner\Token { argument
129 lookahead($expectedTokens, int $position = 0, bool $allowEndOfTokens = FALSE) global() argument
183 ignore($expectedTokens) global() argument
261 handleMismatch($expectedTokens, $position = 0) global() argument
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DUnexpectedEndOfFileException.php21 public function __construct(array $expectedTokens) { argument
H A DTokenMismatchException.php22 public function __construct(PhpCss\Scanner\Token $encounteredToken, array $expectedTokens) { argument