Lines Matching refs:getRealCurrentLineNb
155 …ception('A YAML file cannot contain tabs as indentation.', $this->getRealCurrentLineNb() + 1, $thi…
158 Inline::initialize($flags, $this->getRealCurrentLineNb(), $this->filename);
163 …on('You cannot define a sequence item when in a mapping.', $this->getRealCurrentLineNb() + 1, $thi…
174 … new ParseException('Complex mappings are not supported.', $this->getRealCurrentLineNb() + 1, $thi…
180 $currentLineNumber = $this->getRealCurrentLineNb();
188 …$data[] = $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(null, true…
192 … $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(null, true), $flags)
208 $data[] = $this->parseBlock($this->getRealCurrentLineNb(), $block, $flags);
229 $e->setParsedLine($this->getRealCurrentLineNb() + 1);
236 …ot supported. Quote your evaluable mapping keys instead.', $this->getRealCurrentLineNb() + 1, $thi…
254 …ption(sprintf('Reference "%s" does not exist.', $refName), $this->getRealCurrentLineNb() + 1, $thi…
264 …merge keys used with a scalar value instead of an array.', $this->getRealCurrentLineNb() + 1, $thi…
274 … $parsed = $this->parseBlock($this->getRealCurrentLineNb() + 1, $value, $flags);
281 …merge keys used with a scalar value instead of an array.', $this->getRealCurrentLineNb() + 1, $thi…
294 …throw new ParseException('Merge items must be arrays.', $this->getRealCurrentLineNb() + 1, $parsed…
327 …seException(sprintf('Duplicate key "%s" detected.', $key), $this->getRealCurrentLineNb() + 1, $thi…
331 $realCurrentLineNbKey = $this->getRealCurrentLineNb();
332 … $value = $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(), $flags);
360 …seException(sprintf('Duplicate key "%s" detected.', $key), $this->getRealCurrentLineNb() + 1, $thi…
369 …throw new ParseException('Unable to parse.', $this->getRealCurrentLineNb() + 1, $this->currentLine…
375 $e->setParsedLine($this->getRealCurrentLineNb() + 1);
382 …throw new ParseException('Unable to parse.', $this->getRealCurrentLineNb() + 1, $this->currentLine…
390 …throw new ParseException('Unable to parse.', $this->getRealCurrentLineNb() + 1, $this->currentLine…
396 $e->setParsedLine($this->getRealCurrentLineNb() + 1);
403 …throw new ParseException('Unable to parse.', $this->getRealCurrentLineNb() + 1, $this->currentLine…
411 …throw new ParseException('Unable to parse.', $this->getRealCurrentLineNb() + 1, $this->currentLine…
417 $e->setParsedLine($this->getRealCurrentLineNb() + 1);
429 … new ParseException('Complex mappings are not supported.', $this->getRealCurrentLineNb() + 1, $thi…
437 $e->setParsedLine($this->getRealCurrentLineNb() + 1);
459 …throw new ParseException('Unable to parse.', $this->getRealCurrentLineNb() + 1, $this->currentLine…
463 …on('Mapping values are not allowed in multi-line blocks.', $this->getRealCurrentLineNb() + 1, $thi…
497 …throw new ParseException('Unable to parse.', $this->getRealCurrentLineNb() + 1, $this->currentLine…
545 public function getRealCurrentLineNb(): int function in Symfony\\Component\\Yaml\\Parser
614 …throw new ParseException('Indentation problem.', $this->getRealCurrentLineNb() + 1, $this->current…
670 …throw new ParseException('Indentation problem.', $this->getRealCurrentLineNb() + 1, $this->current…
806 Inline::$parsedLineNumber = $this->getRealCurrentLineNb();
811 …on('A colon cannot be used in an unquoted mapping value.', $this->getRealCurrentLineNb() + 1, $val…
817 $e->setParsedLine($this->getRealCurrentLineNb() + 1);
1140 …rintf('The built-in tag "!%s" is not implemented.', $tag), $this->getRealCurrentLineNb() + 1, $val…
1147 …"Yaml::PARSE_CUSTOM_TAGS" to use "%s".', $matches['tag']), $this->getRealCurrentLineNb() + 1, $val…