Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php78 return '#[' . $this->pCommaSeparated($node->attrs) . ']';
552 return 'isset(' . $this->pCommaSeparated($node->vars) . ')';
761 . $this->pCommaSeparated($node->uses) . ';';
766 . '\{' . $this->pCommaSeparated($node->uses) . '};';
812 return 'use ' . $this->pCommaSeparated($node->traits)
835 . $this->pCommaSeparated($node->props)
869 . $this->pCommaSeparated($node->consts) . ';';
919 . $this->pCommaSeparated($node->loop)
993 return 'echo ' . $this->pCommaSeparated($node->exprs) . ';';
997 return 'static ' . $this->pCommaSeparated($node->vars) . ';';
[all …]
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php485 protected function pCommaSeparated(array $nodes): string { function in PhpParser\\PrettyPrinterAbstract

Completed in 15 milliseconds