mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Another fix for #51664 (Interfaces page gives unclear information about class constants)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298604 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e209aa52df
commit
d08c651831
1 changed files with 1 additions and 2 deletions
|
@ -199,8 +199,7 @@ echo a::b;
|
|||
|
||||
|
||||
// This will however not work because its not allowed to
|
||||
// override constants. This is the same concept as with
|
||||
// class constants
|
||||
// override constants.
|
||||
class b implements a
|
||||
{
|
||||
const b = 'Class constant';
|
||||
|
|
Loading…
Reference in a new issue