History log of /PHP-8.2/Zend/tests/enum/backed-int-const-invalid-expr.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# ddc0b490 10-Mar-2022 Ilija Tovilo

Allow arbitrary const expressions in backed enums

Closes GH-7821
Closes GH-8190
Closes GH-8418


# a942b284 23-Sep-2021 Nikita Popov

Fixed bug #81465

Make the error message for enum cases more technically correct.


# 269c8dac 10-Jun-2020 Ilija Tovilo

Implement enums

RFC: https://wiki.php.net/rfc/enumerations

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>

Closes GH-6489.