以下的字詞不能用來命名類別、介面或 Trait。在 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 |