Home
last modified time | relevance | path

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

/PHP-8.0/build/
H A Dgen_stub.php114 public static function fromNode(Node $node): SimpleType { function in SimpleType
254 public static function fromNode(Node $node): Type { function in Type
260 SimpleType::fromNode($node->type),
264 return new Type([SimpleType::fromNode($node)]);
1154 $type = $param->type ? Type::fromNode($param->type) : null;
1200 $returnType ? Type::fromNode($returnType) : null,

Completed in 12 milliseconds