Home
last modified time | relevance | path

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

/PHP-8.0/build/
H A Dgen_stub.php134 public static function fromPhpDoc(string $type): SimpleType function in SimpleType
267 public static function fromPhpDoc(string $phpDocType) { function in Type
272 $simpleTypes[] = SimpleType::fromPhpDoc($type);
1181 isset($docParamTypes[$varName]) ? Type::fromPhpDoc($docParamTypes[$varName]) : null,
1201 $docReturnType ? Type::fromPhpDoc($docReturnType) : null

Completed in 12 milliseconds