Searched refs:Expr (Results 1 – 1 of 1) sorted by relevance
9 use PhpParser\Node\Expr; alias2175 public Expr $expr;2202 if (!$expr instanceof Expr\ConstFetch && !$expr instanceof Expr\ClassConstFetch) {2233 if (!$expr instanceof Expr\ConstFetch) {2545 public Expr $value;2559 Expr $value,2911 public ?Expr $defaultValue;3019 ?Expr $defaultValue,3237 public ?Expr $value;4559 if ($const->value instanceof Expr\ConstFetch &&[all …]
Completed in 18 milliseconds