Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php2254 if ($constType) {
2255 if ($constType->isBool()) {
2257 } elseif ($constType->isInt()) {
2259 } elseif ($constType->isFloat()) {
2261 } elseif ($constType->isString()) {
2263 } elseif ($constType->isArray()) {
2279 $constType ?? SimpleType::fromValue($result),
4417 $constType = $type ? Type::fromNode($type) : null;
4422 $constType && !$constType->isNullable()
4424 $simpleType = $constType->tryToSimpleType();
[all …]

Completed in 19 milliseconds