Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php678 public function tryToSimpleType(): ?SimpleType { function in Type
2248 $constType = ($const->phpDocType ?? $const->type)->tryToSimpleType();
2589 ($this->phpDocType ?? $this->type)->tryToSimpleType(),
2683 $simpleType = $type ? $type->tryToSimpleType() : null;
4446 $simpleType = $type->tryToSimpleType();
4563 $simpleType = $constType->tryToSimpleType();
4631 $simpleType = $propertyType->tryToSimpleType();
5042 if (null !== $simpleReturnType = $returnType->tryToSimpleType()) {
5098 if (null !== $simpleArgType = $argType->tryToSimpleType()) {

Completed in 16 milliseconds