Searched refs:ctagLen (Results 1 – 1 of 1) sorted by relevance
82 private $ctagLen; variable in Mustache_Tokenizer162 … if ($char === $this->ctagChar && substr($text, $i, $this->ctagLen) === $this->ctag) {169 …> ($this->tagType === self::T_END_SECTION) ? $this->seenTag - $this->otagLen : $i + $this->ctagLen,203 $i += $this->ctagLen - 1;243 $this->ctagLen = 2;314 $this->ctagLen = strlen($ctag);340 return $end + $this->ctagLen - 1;