History log of /PHP-8.1/Zend/tests/enum/backed-implements.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 8bb19cb5 19-Oct-2021 Agustin Gomes

Add test cases for backed enum implementing interface

In the Enumeration RFC, it states Backed Enums can implement
interfaces, but it was not clear where the backed Enum type
would n

Add test cases for backed enum implementing interface

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.

show more ...