Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php663 public function tryToSimpleType(): ?SimpleType { function in Type
1618 $constType = $const->phpDocType->tryToSimpleType();
1875 $this->phpDocType->tryToSimpleType(),
1943 $type = $this->phpDocType->tryToSimpleType();
3310 $simpleType = $type->tryToSimpleType();
3454 $simpleType = $propertyType->tryToSimpleType();
3809 if (null !== $simpleReturnType = $returnType->tryToSimpleType()) {
3865 if (null !== $simpleArgType = $argType->tryToSimpleType()) {

Completed in 20 milliseconds