Home
last modified time | relevance | path

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

/template/strap/vendor/carica/phpcss/src/PhpCss/
DParser.php25 protected $_tokens = array(); variable in PhpCss\\Parser
32 $this->_tokens = &$tokens;
39 return $this->_tokens;
91 return array_shift($this->_tokens);
138 if ($allowEndOfTokens === TRUE && (!isset($this->_tokens[$position]))) {
144 return $this->_tokens[$position];
160 return (count($this->_tokens) <= $position);
193 while (count($this->_tokens) > $position) {
207 array_splice($this->_tokens, 0, $position);
227 $parser = new $parserClass($this->_tokens);
[all …]