mirror of
https://github.com/php/php-src.git
synced 2026-04-05 15:12:39 +02:00
In the Enumeration RFC, it states Backed Enums can implement interfaces, but it was not clear where the backed Enum type would need to be placed in such situation. This commit adds a test case for these scenarios. Signed-off-by: Agustin Gomes <me@agustingomes.com> Closes GH-7593.