History log of /PHP-8.4/Zend/tests/interface_underscore_as_name.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 79d708cf 21-Sep-2024 Daniel Scherzer

GH-15976: clarify error messages for enum/trait/interface/alias names

Instead of always saying that a name is reserved or deprecated and
cannot/should not be used as a class name, take t

GH-15976: clarify error messages for enum/trait/interface/alias names

Instead of always saying that a name is reserved or deprecated and
cannot/should not be used as a class name, take the usage into account and say
the name cannot be used as an enum name, trait name, etc. In the process, for
class names add a missing "a".

show more ...


# 5622def4 13-Aug-2024 Gina Peter Bnayard

Add more tests covering deprecation of _ as CE name