Lines Matching refs:nl
21 private string $nl; variable in PhpParser\\NodeDumper
63 $this->nl = "\n";
71 $this->nl .= " ";
81 $this->res .= "$this->nl " . $key . ': ';
103 $this->res .= "$this->nl comments: ";
113 $this->res .= "$this->nl $key: ";
137 $this->res .= "$this->nl)";
141 $this->res .= "$this->nl " . $key . ': ';
144 $this->res .= "$this->nl)";
146 $this->res .= \str_replace("\n", $this->nl, $node->getReformattedText());
148 $this->res .= \str_replace("\n", $this->nl, (string)$node);
161 $this->nl = \substr($this->nl, 0, -4);