Lines Matching refs:getRealCurrentLineNb

118         return $this->getRealCurrentLineNb();
159 …ception('A YAML file cannot contain tabs as indentation.', $this->getRealCurrentLineNb() + 1, $thi…
162 Inline::initialize($flags, $this->getRealCurrentLineNb(), $this->filename);
167 …ion('You cannot define a sequence item when in a mapping', $this->getRealCurrentLineNb() + 1, $thi…
178 … new ParseException('Complex mappings are not supported.', $this->getRealCurrentLineNb() + 1, $thi…
183 …$data[] = $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(null, true…
187 … $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(null, true), $flags)
199 $data[] = $this->parseBlock($this->getRealCurrentLineNb(), $block, $flags);
220 $e->setParsedLine($this->getRealCurrentLineNb() + 1);
227 …s instead.', is_numeric($key) ? 'Numeric' : 'Non-string'), $this->getRealCurrentLineNb() + 1, $thi…
245 …ption(sprintf('Reference "%s" does not exist.', $refName), $this->getRealCurrentLineNb() + 1, $thi…
255 …merge keys used with a scalar value instead of an array.', $this->getRealCurrentLineNb() + 1, $thi…
265 … $parsed = $this->parseBlock($this->getRealCurrentLineNb() + 1, $value, $flags);
272 …merge keys used with a scalar value instead of an array.', $this->getRealCurrentLineNb() + 1, $thi…
285 …throw new ParseException('Merge items must be arrays.', $this->getRealCurrentLineNb() + 1, $parsed…
318 …seException(sprintf('Duplicate key "%s" detected.', $key), $this->getRealCurrentLineNb() + 1, $thi…
322 $realCurrentLineNbKey = $this->getRealCurrentLineNb();
323 … $value = $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(), $flags);
351 …seException(sprintf('Duplicate key "%s" detected.', $key), $this->getRealCurrentLineNb() + 1, $thi…
365 … new ParseException('Complex mappings are not supported.', $this->getRealCurrentLineNb() + 1, $thi…
373 $e->setParsedLine($this->getRealCurrentLineNb() + 1);
391 …throw new ParseException('Unable to parse.', $this->getRealCurrentLineNb() + 1, $this->currentLine…
424 …throw new ParseException('Unable to parse.', $this->getRealCurrentLineNb() + 1, $this->currentLine…
474 public function getRealCurrentLineNb(): int function in Symfony\\Component\\Yaml\\Parser
543 …throw new ParseException('Indentation problem.', $this->getRealCurrentLineNb() + 1, $this->current…
592 …throw new ParseException('Indentation problem.', $this->getRealCurrentLineNb() + 1, $this->current…
717 Inline::$parsedLineNumber = $this->getRealCurrentLineNb();
722 …on('A colon cannot be used in an unquoted mapping value.', $this->getRealCurrentLineNb() + 1, $val…
727 $e->setParsedLine($this->getRealCurrentLineNb() + 1);
1066 …rintf('The built-in tag "!%s" is not implemented.', $tag), $this->getRealCurrentLineNb() + 1, $val…
1073 …"Yaml::PARSE_CUSTOM_TAGS" to use "%s".', $matches['tag']), $this->getRealCurrentLineNb() + 1, $val…