Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php662 public function tryToSimpleType(): ?SimpleType { function in Type
1675 $constType = ($const->phpDocType ?? $const->type)->tryToSimpleType();
2011 ($this->phpDocType ?? $this->type)->tryToSimpleType(),
2070 $simpleType = ($this->phpDocType ?? $this->type)->tryToSimpleType();
3490 $simpleType = $type->tryToSimpleType();
3646 $simpleType = $propertyType->tryToSimpleType();
4025 if (null !== $simpleReturnType = $returnType->tryToSimpleType()) {
4081 if (null !== $simpleArgType = $argType->tryToSimpleType()) {

Completed in 17 milliseconds