com php-langspec: Add magic constants note: spec/09-lexical-structure.md

[email protected] (Stanislav Malyshev) Sat, 02 Jan 2016 03:11:49 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Commit:    115ff30f4010768c46d45e777bcc55f082b7d245
Author:    Stanislav Malyshev <[email protected]>         Fri, 1 Jan 2016 19:11:49 -0800
Parents:   85412b2bd5d75e3b4ea69770c62da42a4c9f7767
Branches:  master

Link:       http://git.php.net/?p=php-langspec.git;a=commitdiff;h=115ff30f4010768c46d45e777bcc55f082b7d245

Log:
Add magic constants note

Changed paths:
  M  spec/09-lexical-structure.md


Diff:
diff --git a/spec/09-lexical-structure.md b/spec/09-lexical-structure.md
index b81c612..f8af64a 100644
--- a/spec/09-lexical-structure.md
+++ b/spec/09-lexical-structure.md
@@ -321,6 +321,8 @@ Keywords are not case-sensitive.
 
 Note carefully that `yield from` is a single token that contains whitespace. However, [comments](#comments) are not permitted in that whitespace.
 
+Also, all [*magic constants*](06-constants.md#context-dependent-constants) are also treated as keywords.
+
 ####Literals
 
 #####General