Searched refs:pImplode (Results 1 – 2 of 2) sorted by relevance
61 return $this->pImplode($node->types, '&');898 . ($node->elseifs ? ' ' . $this->pImplode($node->elseifs, ' ') : '')952 . ($node->catches ? ' ' . $this->pImplode($node->catches, ' ') : '')957 return 'catch (' . $this->pImplode($node->types, '|')
465 protected function pImplode(array $nodes, string $glue = ''): string { function in PhpParser\\PrettyPrinterAbstract486 return $this->pImplode($nodes, ', ');
Completed in 14 milliseconds