Searched refs:Expr (Results 1 – 1 of 1) sorted by relevance
7 use PhpParser\Node\Expr; alias1595 if (!$expr instanceof Expr\ConstFetch && !$expr instanceof Expr\ClassConstFetch) {1599 if ($expr instanceof Expr\ClassConstFetch) {1841 public Expr $value;1850 Expr $value,2110 public ?Expr $defaultValue;2119 ?Expr $defaultValue,2311 public ?Expr $value;2313 public function __construct(string $name, ?Expr $value) {3450 if ($property->default instanceof Expr\ConstFetch &&[all …]
Completed in 14 milliseconds