xp-framework / compiler

Compiles future PHP to today's PHP.
19 stars 0 forks source link

Support for intersection types in PHP 8.1 #120

Closed thekid closed 3 years ago

thekid commented 3 years ago
function fixture(Countable&Traversable $t) { ... }

See xp-framework/compiler#117 and https://wiki.php.net/rfc/pure-intersection-types

:warning: Unchecked for all other PHP versions at the moment

thekid commented 3 years ago

For this to be testable, XP Framework reflection should support intersection types properly

thekid commented 3 years ago

For this to be testable, XP Framework reflection should support intersection types properly

See https://github.com/xp-framework/core/pull/277