Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php604 protected function pKey(?Node $node): string { function in PhpParser\\PrettyPrinter\\Standard
620 return $this->pKey($node->key)
678 $result .= $this->pKey($node->conds[$i]);
739 return '(yield ' . $this->pKey($node->key) . $this->p($node->value) . ')';
742 Expr\Yield_::class, 'yield ' . $this->pKey($node->key),

Completed in 8 milliseconds