Home
last modified time | relevance | path

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

/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DParser.php124 * @param bool $allowEndOfTokens
129 $expectedTokens, int $position = 0, bool $allowEndOfTokens = FALSE argument
133 return $this->lookahead(array($expectedTokens), $position, $allowEndOfTokens);
138 if ($allowEndOfTokens === TRUE && (!isset($this->_tokens[$position]))) {