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.php60 return $this->pImplode($node->types, '&');
883 . ($node->elseifs ? ' ' . $this->pImplode($node->elseifs, ' ') : '')
937 . ($node->catches ? ' ' . $this->pImplode($node->catches, ' ') : '')
942 return 'catch (' . $this->pImplode($node->types, '|')
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php437 protected function pImplode(array $nodes, string $glue = ''): string { function in PhpParser\\PrettyPrinterAbstract
458 return $this->pImplode($nodes, ', ');

Completed in 23 milliseconds