Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/yaml/
H A DParser.php596 if ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {
624 } elseif ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {
641 $isItComment = $this->isCurrentLineComment();
646 $isItComment = $this->isCurrentLineComment();
663 } elseif ($this->isCurrentLineComment()) {
949 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));
969 return $this->isCurrentLineBlank() || $this->isCurrentLineComment();
983 private function isCurrentLineComment(): bool function in Symfony\\Component\\Yaml\\Parser
1046 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));