Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php2249 if ($constType) {
2250 if ($constType->isBool()) {
2252 } elseif ($constType->isInt()) {
2254 } elseif ($constType->isFloat()) {
2256 } elseif ($constType->isString()) {
2258 } elseif ($constType->isArray()) {
2274 $constType ?? SimpleType::fromValue($result),
4556 $constType = $type ? Type::fromNode($type) : null;
4561 $constType && !$constType->isNullable()
4563 $simpleType = $constType->tryToSimpleType();
[all …]

Completed in 17 milliseconds