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:
Daniel Egeberg 2010-04-26 16:50:06 +00:00
parent e209aa52df
commit d08c651831

View file

@ -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';