History log of /PHP-8.4/Zend/tests/gh15976/alias-names.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# 8e6d8cf1 23-Sep-2024 DanielEScherzer

GH-15976: don't say "type alias" (#15996)

Follow-up to GH-15977


# 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