Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php7 use PhpParser\Node\Expr; alias
1595 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