com php-langspec: Note that LHS of :: can also be an object: spec/10-expressions.md

[email protected] (Nikita Popov) Thu, 28 Sep 2017 16:00:50 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Commit:    dc3290165ea3fd5b0422ddca63f464c6bd6855c7=0AAuthor:    Nikita Pop=
ov <[email protected]>         Thu, 28 Sep 2017 18:00:50 +0200=0AParents=
:   325f4aed5a26735ee2b02270ea9a88a30fdc0163=0ABranches:  master=0A=0ALink:=
       http://git.php.net/?p=3Dphp-langspec.git;a=3Dcommitdiff;h=3Ddc329016=
5ea3fd5b0422ddca63f464c6bd6855c7=0A=0ALog:=0ANote that LHS of :: can also b=
e an object=0A=0AChanged paths:=0A  M  spec/10-expressions.md=0A=0A=0ADiff:=
=0Adiff --git a/spec/10-expressions.md b/spec/10-expressions.md=0Aindex 73b=
be8a..0fab9b3 100644=0A--- a/spec/10-expressions.md=0A+++ b/spec/10-express=
ions.md=0A@@ -1536,8 +1536,8 @@ relative-scope:=0A =0A *qualified-name* mus=
t be the name of a class or interface type.=0A =0A-*expression* must be a v=
alue of type string that contains the name=0A-of a class or interface type.=
=0A+*dereferencable-expression* must be a value of type string, which conta=
ins the name=0A+of a class or interface type, or an object.=0A =0A **Semant=
ics**=0A