| Newsgroups |
php.standards |
| Message-ID |
<[email protected]> |
From: joelm
Operating system:
PHP version: Irrelevant
Package: PHP Language Specification
Bug Type: Bug
Bug description:Class and Interface Constants
Description:
------------
https://github.com/php/php-langspec/blob/master/spec/07-variables.md#class-and-interface-constants
"They have class or interface scope." Saying they have class or
interface scope is confusing. They are accessible everywhere but must
always be qualified everywhere (including inside the class/interface).
--
Edit bug report at https://bugs.php.net/bug.php?id=67771&edit=1
--