Searched refs:Expr (Results 1 – 1 of 1) sorted by relevance
9 use PhpParser\Node\Expr; alias2180 public Expr $expr;2207 if (!$expr instanceof Expr\ConstFetch && !$expr instanceof Expr\ClassConstFetch) {2238 if (!$expr instanceof Expr\ConstFetch) {2550 public Expr $value;2564 Expr $value,2916 public ?Expr $defaultValue;2930 ?Expr $defaultValue,3098 public ?Expr $value;4420 if ($const->value instanceof Expr\ConstFetch &&[all …]
Completed in 30 milliseconds