Home
last modified time | relevance | path

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

/PHP-8.1/build/
H A Dgen_stub.php7 use PhpParser\Node\Expr; alias
1395 /** @var Expr|null */
1409 ?Expr $defaultValue,
1584 function (Expr $expr) use (&$defaultValueConstant) {
1585 if ($expr instanceof Expr\ConstFetch) {
1608 /** @var Expr|null */
1611 public function __construct(string $name, ?Expr $value) {
1621 $evaluator = new ConstExprEvaluator(function (Expr $expr) {
2309 if ($param->default instanceof Expr\ConstFetch &&
2319 …if ($param->default instanceof Expr\ClassConstFetch && $param->default->class->toLowerString() ===…
[all …]

Completed in 10 milliseconds