Home
last modified time | relevance | path

Searched refs:phpDocType (Results 1 – 1 of 1) sorted by path

/PHP-8.0/build/
H A Dgen_stub.php267 public static function fromPhpDoc(string $phpDocType) { argument
268 $types = explode("|", $phpDocType);
390 public $phpDocType; variable in ArgInfo
394 …truct(string $name, int $sendBy, bool $isVariadic, ?Type $type, ?Type $phpDocType, ?string $defaul… argument
399 $this->phpDocType = $phpDocType;
428 if ($this->phpDocType) {
429 return $this->phpDocType;
581 public $phpDocType; variable in ReturnInfo
583 public function __construct(bool $byRef, ?Type $type, ?Type $phpDocType) { argument
586 $this->phpDocType = $phpDocType;
[all …]

Completed in 10 milliseconds