Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php24 protected const FIXUP_PREC_UNARY = 2; // Only operand affected by precedence define in PhpParser\\PrettyPrinterAbstract
1028 case self::FIXUP_PREC_UNARY:
1293 'expr' => self::FIXUP_PREC_UNARY,
1300 Expr\Yield_::class => ['value' => self::FIXUP_PREC_UNARY],
1365 $this->fixupMap[$prefixOp] = ['expr' => self::FIXUP_PREC_UNARY];

Completed in 28 milliseconds