Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php2238 if ($constType) {
2239 if ($constType->isBool()) {
2241 } elseif ($constType->isInt()) {
2243 } elseif ($constType->isFloat()) {
2245 } elseif ($constType->isString()) {
2247 } elseif ($constType->isArray()) {
2263 $constType ?? SimpleType::fromValue($result),
4349 $constType = $type ? Type::fromNode($type) : null;
4354 $constType && !$constType->isNullable()
4356 $simpleType = $constType->tryToSimpleType();
[all …]

Completed in 18 milliseconds