Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php686 public function tryToSimpleType(): ?SimpleType { function in Type
2253 $constType = ($const->phpDocType ?? $const->type)->tryToSimpleType();
2594 ($this->phpDocType ?? $this->type)->tryToSimpleType(),
2688 $simpleType = $type ? $type->tryToSimpleType() : null;
4307 $simpleType = $type->tryToSimpleType();
4424 $simpleType = $constType->tryToSimpleType();
4492 $simpleType = $propertyType->tryToSimpleType();
4903 if (null !== $simpleReturnType = $returnType->tryToSimpleType()) {
4959 if (null !== $simpleArgType = $argType->tryToSimpleType()) {

Completed in 19 milliseconds