Searched refs:pKey (Results 1 – 1 of 1) sorted by relevance
604 protected function pKey(?Node $node): string { function in PhpParser\\PrettyPrinter\\Standard620 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