Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php27 protected const FIXUP_STATIC_DEREF_LHS = 5; // LHS of static dereferencing operation define in PhpParser\\PrettyPrinterAbstract
1048 case self::FIXUP_STATIC_DEREF_LHS:
1303 Expr\StaticCall::class => ['class' => self::FIXUP_STATIC_DEREF_LHS],
1306 'class' => self::FIXUP_STATIC_DEREF_LHS,
1319 'class' => self::FIXUP_STATIC_DEREF_LHS,

Completed in 11 milliseconds