[PHP-BUG] Bug #67859 [NEW]: Use of static method names
[email protected] ("cmbecker69 at gmx dot de")
| Newsgroups | php.standards |
|---|---|
| Message-ID | <[email protected]> |
From: cmbecker69 at gmx dot de Operating system: PHP version: Irrelevant Package: PHP Language Specification Bug Type: Bug Bug description:Use of static method names Description: ------------ The section "Class Members" specifies: | The name of a static method or property can never be used on its | own; it must always be used as the right-hand operand of the | scope resolution operator. However, it is possible to use the name of static methods as the right-hand operand of the member selection operator, see <http://3v4l.org/vLqbe>. -- Edit bug report at https://bugs.php.net/bug.php?id=67859&edit=1 --