Searched refs:writeComments (Results 1 – 2 of 2) sorted by relevance
26 public $writeComments; variable in LesserPHP\\Parser100 $this->writeComments = false;127 $this->buffer = $this->writeComments ? $buffer : $this->removeComments($buffer);1344 $r = '/' . $regex . ($eatWhitespace && !$this->writeComments ? '\s*' : '') . '/Ais';1347 if ($eatWhitespace && $this->writeComments) $this->whitespace();1356 if ($this->writeComments) {
1734 $parser->writeComments = $this->preserveComments;