Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php1147 public bool $tentativeReturnType; variable in ReturnInfo
1150 …ion __construct(bool $byRef, ?Type $type, ?Type $phpDocType, bool $tentativeReturnType, ?string $r… argument
1152 $this->setTypes($type, $phpDocType, $tentativeReturnType);
1159 && $this->tentativeReturnType === $other->tentativeReturnType;
1166 private function setTypes(?Type $type, ?Type $phpDocType, bool $tentativeReturnType): void argument
1170 $this->tentativeReturnType = $tentativeReturnType;
3393 $tentativeReturnType = false;
3421 $tentativeReturnType = true;
3529 $tentativeReturnType,
4018 $isTentativeReturnType = $funcInfo->return->tentativeReturnType;

Completed in 18 milliseconds