Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php61 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, '|')
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php465 protected function pImplode(array $nodes, string $glue = ''): string { function in PhpParser\\PrettyPrinterAbstract
486 return $this->pImplode($nodes, ', ');

Completed in 12 milliseconds