Searched refs:p (Results 1 – 7 of 7) sorted by relevance
25 . $this->p($node->var)33 . $this->p($node->value);45 return '?' . $this->p($node->type);55 $types[] = $this->p($typeNode);73 return $this->p($node->name)632 return $this->p($node->name);1005 return $this->p($node->var)1131 return $this->p($node);1139 return $this->p($node);1147 return $this->p($node);[all …]
281 return $this->handleMagicTokens($this->p($node));299 $p = preg_replace('/^<\?php\s+\?>\r?\n?/', '', $p);302 $p = preg_replace('/<\?php$/', '', rtrim($p));305 return $p;363 $result .= $this->nl . $this->p($node);471 $pNodes[] = $this->p($node);511 $result .= $this->nl . $this->p($node);600 protected function p( function in PhpParser\\PrettyPrinterAbstract1066 return '(' . $this->p($subNode) . ')';1095 . '{' . $this->p($subNode) . '}';[all …]
75 if ($this->dumpPositions && null !== $p = $this->dumpPosition($node)) {76 $this->res .= $p;
7 public function m(#[A] & $p) {}53 public function m(#[A] #[B] & $p) {}
25 class #(-p) extends \PhpParser\ParserAbstract
404 … precedence is now handled differently in the pretty printer. The internal `p()` method, which is …406 protected function p(414 Recursive calls in pretty-printer methods should generally continue calling `p()` without additiona…
924 into `p()`, instead of directly dispatching to the type-specific printing method).
Completed in 25 milliseconds