Searched refs:pCommaSeparated (Results 1 – 2 of 2) sorted by relevance
78 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 …]
485 protected function pCommaSeparated(array $nodes): string { function in PhpParser\\PrettyPrinterAbstract
Completed in 13 milliseconds