Searched refs:FIXUP_PREC_UNARY (Results 1 – 1 of 1) sorted by relevance
25 protected const FIXUP_PREC_UNARY = 2; // Only operand affected by precedence define in PhpParser\\PrettyPrinterAbstract1056 case self::FIXUP_PREC_UNARY:1324 'expr' => self::FIXUP_PREC_UNARY,1331 Expr\Yield_::class => ['value' => self::FIXUP_PREC_UNARY],1396 $this->fixupMap[$prefixOp] = ['expr' => self::FIXUP_PREC_UNARY];
Completed in 6 milliseconds