History log of /PHP-8.4/Zend/tests/gh15976/trait-names.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 34325c5e 22-Sep-2024 DanielEScherzer

`zend_assert_valid_class_name()`: use double quotes around names (#15990)


# 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 ...


# ca679c68 21-Sep-2024 Daniel Scherzer

GH-15976: test current output

So that it is clearer what changes