9.2.1: Type casting fix
- Fixed type parsing in type casts:
- Arrays, maps and generics with nullables, e.g.
(array<?int>)$v
- Intersection and union types, e.g.
(int|string)$v
.
(@thekid)
- Arrays, maps and generics with nullables, e.g.
(array<?int>)$v
(int|string)$v
.