以下词语不能用作类、接口或特征的名称。在 PHP 8.0 之前,它们也不能用在命名空间中。
int | float | bool | string |
true | false | null | void (自 PHP 7.1 起) |
iterable (自 PHP 7.1 起) | object (自 PHP 7.2 起) | mixed (自 PHP 8.0 起) | never (自 PHP 8.1 起) |
以下词语已对其进行软保留。虽然它们仍然可以作为类、接口和特征的名称使用,但强烈建议不要使用它们,因为它们可能会在 PHP 的未来版本中使用。
enum | resource | numeric |