History log of /PHP-Parser/test/code/parser/stmt/class/enum_with_string.test (Results 1 – 3 of 3)
Revision Date Author Comments
# 9a5d5c11 20-May-2023 Nikita Popov

Add newline at end of file for many tests

Add the newline in reconstructTest() and run updateTests.php, to
reduce spurious diffs in the future.


# d3d1297c 06-Jun-2022 Nikita Popov

Remove PHP 5 parser


# f68e1a43 25-Apr-2021 Tomas Votruba

[PHP 8.1] Add support for enums (#758)

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

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