Searched refs:escapeString (Results 1 – 1 of 1) sorted by relevance
163 $escaped = $this->escapeString($node->value, null);175 return '"' . $this->escapeString($node->value, '"') . '"';1055 $return .= $this->escapeString($element->value, $quote);1073 protected function escapeString(string $string, ?string $quote): string { function in PhpParser\\PrettyPrinter\\Standard1121 … && $this->containsEndLabel($this->escapeString($part->value, null), $label, $i === 0)
Completed in 8 milliseconds