com php-langspec: Punctuators: Fix spacing, add ellipsis: spec/09-lexical-structure.md spec/19-grammar.md
[email protected] (Nikita Popov) Mon, 11 Jul 2016 16:05:36 +0000
| Newsgroups | php.standards.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: afd005b29c0a7adeeae1882bd69621f8f4dde543 Author: Ivan Enderlin <[email protected]> Mon, 11 Jul 2016 14:40:32 +0200 Committer: Nikita Popov <[email protected]> Mon, 11 Jul 2016 18:05:36 +0200 Parents: bcdfd0ee75f64cb31200a3b75eefe1f597061aa3 Branches: PHP-7.0 master Link: http://git.php.net/?p=php-langspec.git;a=commitdiff;h=afd005b29c0a7adeeae1882bd69621f8f4dde543 Log: Punctuators: Fix spacing, add ellipsis 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 e04c283..40a3418 100644 --- a/spec/09-lexical-structure.md +++ b/spec/09-lexical-structure.md @@ -863,8 +863,8 @@ echo ">$s<\n\n"; <i>operator-or-punctuator:: one of</i> [ ] ( ) { } . -> ++ -- ** * + - ~ ! $ / % << >> < > <= >= == === != !== ^ | - & && || ? : ; = **= *= /= %= += -= .= <<= - >>= &= ^= |= =& , ?? <=> + & && || ? : ; = **= *= /= %= += -= .= <<= + >>= &= ^= |= =& , ?? <=> ... </pre> **Semantics** diff --git a/spec/19-grammar.md b/spec/19-grammar.md index becb6ee..2c2bd53 100644 --- a/spec/19-grammar.md +++ b/spec/19-grammar.md @@ -318,8 +318,8 @@ The grammar notation is described in [Grammars section](09-lexical-structure.md# <i>operator-or-punctuator:: one of</i> [ ] ( ) { } . -> ++ -- ** * + - ~ ! $ / % << >> < > <= >= == === != !== ^ | - & && || ? : ; = **= *= /= %= += -= .= <<= - >>= &= ^= |= =& , ?? <=> + & && || ? : ; = **= *= /= %= += -= .= <<= + >>= &= ^= |= =& , ?? <=> ... </pre> ##Syntactic Grammar