Searched refs:_tokens (Results 1 – 1 of 1) sorted by relevance
25 protected $_tokens = array(); variable in PhpCss\\Parser32 $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 …]