Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/yaml/
H A DParser.php129 if (!$this->moveToNextLine()) {
138 if (!$this->moveToNextLine()) {
144 …ll !== ($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLine()) {
388 while ($this->moveToNextLine()) {
409 while ($this->moveToNextLine()) {
499 } while ($this->moveToNextLine());
584 if (!$this->moveToNextLine()) {
597 $EOF = !$this->moveToNextLine();
643 while ($this->moveToNextLine()) {
685 private function moveToNextLine(): bool function in Symfony\\Component\\Yaml\\Parser
[all …]