Searched refs:constType (Results 1 – 1 of 1) sorted by relevance
1588 …public static function createFromExpression(Expr $expr, ?SimpleType $constType, ?string $cConstNam… argument1594 …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