You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enums may use traits with instance methods; calling those methods on enum cases must work like Zend. Closed #5709 / #6623 fixed trait merge on enums, but VM now fails case method dispatch.
Category
language— regressionProblem
Enums may
usetraits with instance methods; calling those methods on enum cases must work like Zend. Closed #5709 / #6623 fixed trait merge on enums, but VM now fails case method dispatch.php-src reference
Zend/zend_enum.c— enum object modelZend/zend_traits.c— trait method mergeRepro
test/repro/maintainer_enum_use_trait.php:E::A->m()traitMethod call on non-objectScope
lib//ext/— no new C runtime branchesDone when
traitunderphp bin/vm.php./script/ci-fast.shLinks