Lines Matching refs:null

65             $this->filename = null;
82 …throw new ParseException('The YAML value does not appear to be valid UTF-8.', -1, null, $this->fil…
87 $mbEncoding = null;
88 $data = null;
98 if (null !== $mbEncoding) {
129 if (null === $this->totalNumberOfLines) {
134 return null;
138 $context = null;
143 return null;
148 …if (null !== ($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLi…
183 …s->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(null, true) ?? '', $flag…
184 … } elseif (null !== $subTag = $this->getLineTag(ltrim($values['value'], ' '), $flags)) {
187 … $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(null, true), $flags)
302 $subTag = null;
305 …']) || '' === $values['value'] || 0 === strpos($values['value'], '#') || (null !== $subTag = $this…
312 if (null !== $subTag) {
315 $data[$key] = null;
335 if (null !== $subTag) {
428 if (null !== $tag) {
442 return empty($data) ? null : $data;
509 private function getNextEmbedBlock(int $indentation = null, bool $inSequence = false): ?string
514 return null;
517 if (null === $indentation) {
518 $newIndent = null;
534 } while (!$EOF && null === $newIndent);
557 return null;
565 return null;
679 … $quotation = '' !== $value && ('"' === $value[0] || "'" === $value[0]) ? $value[0] : null;
682 …if (null !== $quotation && self::preg_match('/^'.$quotation.'.*'.$quotation.'(\s*#.*)?$/', $value)…
690 if (null === $quotation && 0 === $this->getCurrentLineIndentation()) {
1008 …public static function preg_match(string $pattern, string $subject, array &$matches = null, int $f…
1055 return null;
1059 return null;