Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php21 . $this->pModifiers($node->flags)
826 … . (null !== $node->newModifier ? ' ' . rtrim($this->pModifiers($node->newModifier), ' ') : '')
833 . (0 === $node->flags ? 'var ' : $this->pModifiers($node->flags))
846 . $this->pModifiers($node->flags)
855 . $this->pModifiers($node->flags)
866 . $this->pModifiers($node->flags)
1034 . $this->pModifiers($node->flags)
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php1220 protected function pModifiers(int $modifiers): string { function in PhpParser\\PrettyPrinterAbstract

Completed in 20 milliseconds