Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php236 public static function fromNode(Node $node): SimpleType { function in SimpleType
573 public static function fromNode(Node $node): Type { function in Type
586 ...Type::fromNode($node->type)->types,
603 return new Type([SimpleType::fromNode($node)], false);
4298 $type = $param->type ? Type::fromNode($param->type) : null;
4344 $returnType ? Type::fromNode($returnType) : null,
4417 $constType = $type ? Type::fromNode($type) : null;
4483 $propertyType = $type ? Type::fromNode($type) : null;
4604 ? SimpleType::fromNode($class->scalarType) : null,

Completed in 19 milliseconds