com php-langspec: Fix bug #71897: spec/09-lexical-structure.md spec/19-grammar.md
[email protected] (Nikita Popov) Mon, 11 Jul 2016 16:07:42 +0000
| Newsgroups | php.standards.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: f75930f6f08b1ec21cf3a16872f8c17b961f1062 Author: Andrea Faulds <[email protected]> Fri, 25 Mar 2016 14:09:51 +0000 Committer: Nikita Popov <[email protected]> Mon, 11 Jul 2016 18:07:42 +0200 Parents: 6e4b1683f597f7c887a1284573b4e6eb7fffe4c9 Branches: master Link: http://git.php.net/?p=php-langspec.git;a=commitdiff;h=f75930f6f08b1ec21cf3a16872f8c17b961f1062 Log: Fix bug #71897 Bugs: https://bugs.php.net/71897 Changed paths: M spec/09-lexical-structure.md M spec/19-grammar.md Diff: diff --git a/spec/09-lexical-structure.md b/spec/09-lexical-structure.md index aac648d..d506d43 100644 --- a/spec/09-lexical-structure.md +++ b/spec/09-lexical-structure.md @@ -234,7 +234,7 @@ There are several kinds of source *tokens*: <i>name-nondigit::</i> <i>nondigit</i> - one of the characters U+007f–U+00ff + one of the characters U+0080–U+00ff <i>nondigit:: one of</i> _ @@ -258,7 +258,7 @@ Names are used to identify the following: [constants](06-constants.md#general), and names in [heredoc](#heredoc-string-literals) and [nowdoc comments](#nowdoc-string-literals). A *name* begins with an underscore (_), *name-nondigit*, or extended -name character in the range U+007f–-U+00ff. Subsequent characters can +name character in the range U+0080–-U+00ff. Subsequent characters can also include *digits*. A *variable name* is a name with a leading dollar ($). diff --git a/spec/19-grammar.md b/spec/19-grammar.md index b194416..d484fc7 100644 --- a/spec/19-grammar.md +++ b/spec/19-grammar.md @@ -97,7 +97,7 @@ The grammar notation is described in [Grammars section](09-lexical-structure.md# <i>name-nondigit::</i> <i>nondigit</i> - one of the characters U+007f–U+00ff + one of the characters U+0080–U+00ff <i>nondigit:: one of</i> _