Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php1609 …public static function createFromExpression(Expr $expr, ?SimpleType $constType, ?string $cConstNam… argument
1675 $constType = ($const->phpDocType ?? $const->type)->tryToSimpleType();
1676 if ($constType) {
1677 if ($constType->isBool()) {
1679 } elseif ($constType->isInt()) {
1681 } elseif ($constType->isFloat()) {
1683 } elseif ($constType->isString()) {
1685 } elseif ($constType->isArray()) {
1701 $constType ?? SimpleType::fromValue($result),

Completed in 21 milliseconds