xp-framework / core

The XP Framework is an all-purpose, object oriented PHP framework.
Other
19 stars 6 forks source link

PHP 8 native type union causes error #248

Closed thekid closed 3 years ago

thekid commented 3 years ago
$ XP_RT=8.0 xp -w 'typeof(function(string|int $arg) { })'
Uncaught exception: Exception lang.Error (Call to undefined method ReflectionUnionType::getName())
# ...
thekid commented 3 years ago

Same issue for return types!

thekid commented 3 years ago

Fixed in xp-framework/core@71262d005