Searched refs:UnionType (Results 1 – 14 of 14) sorted by relevance
27 type: UnionType(65 type: UnionType(85 returnType: UnionType(
28 type: UnionType(67 type: UnionType(109 type: UnionType(143 returnType: UnionType(
22 type: UnionType(62 type: UnionType(
5 class UnionType extends ComplexType { class
148 new Node\UnionType([152 new Node\UnionType([158 new Node\UnionType([163 new Node\UnionType([
90 type: UnionType(
144 … $unionType = new Node\UnionType([new Node\Identifier('int'), new Node\Identifier('string')]);
204 if ($node instanceof Node\UnionType || $node instanceof Node\IntersectionType) {
20 use PhpParser\Node\UnionType; alias1509 UnionType::class . '->types' => '|',
702 | union_type { $$ = Node\UnionType[$1]; }761 | union_type_without_static { $$ = Node\UnionType[$1]; }
322 a `ComplexType` parent class for `NullableType`, `UnionType` and `IntersectionType` has been554 * [PHP 8.0] Added support for union types using a new `UnionType` node.
48 protected function pUnionType(Node\UnionType $node): string {
1860 …$self->semValue = new Node\UnionType($self->semStack[$stackPos-(1-1)], $self->getAttributes($self-…1919 …$self->semValue = new Node\UnionType($self->semStack[$stackPos-(1-1)], $self->getAttributes($self-…
1855 …$self->semValue = new Node\UnionType($self->semStack[$stackPos-(1-1)], $self->getAttributes($self-…1914 …$self->semValue = new Node\UnionType($self->semStack[$stackPos-(1-1)], $self->getAttributes($self-…
Completed in 64 milliseconds