Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php216 public static function fromNode(Node $node): SimpleType { function in SimpleType
549 public static function fromNode(Node $node): Type { function in Type
562 ...Type::fromNode($node->type)->types,
579 return new Type([SimpleType::fromNode($node)], false);
3481 $type = $param->type ? Type::fromNode($param->type) : null;
3527 $returnType ? Type::fromNode($returnType) : null,
3596 $type ? Type::fromNode($type) : null,
3637 $propertyType = $type ? Type::fromNode($type) : null;
3756 ? SimpleType::fromNode($class->scalarType) : null,

Completed in 20 milliseconds