Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php1588 …public static function createFromExpression(Expr $expr, ?SimpleType $constType, ?string $cConstNam… argument
1594 …function (Expr $expr) use ($allConstInfos, &$constType, &$originatingConst, &$isUnknownConstValue)…
1617 if ($constType === null && $const->phpDocType) {
1618 $constType = $const->phpDocType->tryToSimpleType();
1635 $constType ?: SimpleType::fromValue($result),

Completed in 12 milliseconds