Home
last modified time | relevance | path

Searched refs:escapeString (Results 1 – 1 of 1) sorted by relevance

/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php163 $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\\Standard
1121 … && $this->containsEndLabel($this->escapeString($part->value, null), $label, $i === 0)

Completed in 8 milliseconds