com php-langspec: Regenerate TOC: spec/00-specification-for-php.md tools/grammar.php tools/util.php

[email protected] (Nikita Popov) Sat, 12 Nov 2016 12:29:06 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Commit:    6539c1979c7924f9418381c57eb14fe33f7073ae=0AAuthor:    Nikita Pop=
ov <[email protected]>         Sat, 12 Nov 2016 13:29:06 +0100=0AParents:   8a5=
e4a5238b32c890ddf887baea3614fa4168d3d=0ABranches:  master=0A=0ALink:       =
http://git.php.net/?p=3Dphp-langspec.git;a=3Dcommitdiff;h=3D6539c1979c7924f=
9418381c57eb14fe33f7073ae=0A=0ALog:=0ARegenerate TOC=0A=0AChanged paths:=0A=
  M  spec/00-specification-for-php.md=0A  M  tools/grammar.php=0A  M  tools=
/util.php=0A=0A=0ADiff:=0Adiff --git a/spec/00-specification-for-php.md b/s=
pec/00-specification-for-php.md=0Aindex 6d68203..52be9c9 100644=0A--- a/spe=
c/00-specification-for-php.md=0A+++ b/spec/00-specification-for-php.md=0A@@=
 -122,8 +122,8 @@ is distributed without any warranty.=0A     - [Array Crea=
tion Operator](10-expressions.md#array-creation-operator)=0A     - [Subscri=
pt Operator](10-expressions.md#subscript-operator)=0A     - [Function Call =
Operator](10-expressions.md#function-call-operator)=0A-    - [Member Access=
](10-expressions.md#member-access)=0A-    - [Member Call](10-expressions.md=
#member-call)=0A+    - [Member Access Operator](10-expressions.md#member-ac=
cess-operator)=0A+    - [Member Call Operator](10-expressions.md#member-cal=
l-operator)=0A     - [Postfix Increment and Decrement Operators](10-express=
ions.md#postfix-increment-and-decrement-operators)=0A     - [Scope-Resoluti=
on Operator](10-expressions.md#scope-resolution-operator)=0A     - [Exponen=
tiation Operator](10-expressions.md#exponentiation-operator)=0A@@ -268,49 +=
268,11 @@ is distributed without any warranty.=0A - [Grammar](19-grammar.md=
#grammar)=0A   - [General](19-grammar.md#general)=0A   - [Lexical Grammar](=
19-grammar.md#lexical-grammar)=0A-    - [General](19-grammar.md#general-1)=
=0A-    - [Comments](19-grammar.md#comments)=0A-    - [White Space](19-gram=
mar.md#white-space)=0A-    - [Tokens](19-grammar.md#tokens)=0A-      - [Gen=
eral](19-grammar.md#general-2)=0A-      - [Names](19-grammar.md#names)=0A- =
   - [Keywords](19-grammar.md#keywords)=0A-    - [Literals](19-grammar.md#l=
iterals)=0A-      - [Integer Literals](19-grammar.md#integer-literals)=0A- =
     - [Floating-Point Literals](19-grammar.md#floating-point-literals)=0A-=
      - [String Literals](19-grammar.md#string-literals)=0A-    - [Operator=
s and Punctuators](19-grammar.md#operators-and-punctuators)=0A   - [Syntact=
ic Grammar](19-grammar.md#syntactic-grammar)=0A-    - [Program Structure](1=
9-grammar.md#program-structure)=0A+    - [Basic Concepts](19-grammar.md#bas=
ic-concepts)=0A     - [Variables](19-grammar.md#variables)=0A     - [Expres=
sions](19-grammar.md#expressions)=0A-      - [Primary Expressions](19-gramm=
ar.md#primary-expressions)=0A-      - [Postfix Operators](19-grammar.md#pos=
tfix-operators)=0A-      - [Unary Operators](19-grammar.md#unary-operators)=
=0A-      - [instanceof Operator](19-grammar.md#instanceof-operator)=0A-   =
   - [Multiplicative Operators](19-grammar.md#multiplicative-operators)=0A-=
      - [Additive Operators](19-grammar.md#additive-operators)=0A-      - [=
Bitwise Shift Operators](19-grammar.md#bitwise-shift-operators)=0A-      - =
[Relational Operators](19-grammar.md#relational-operators)=0A-      - [Equa=
lity Operators](19-grammar.md#equality-operators)=0A-      - [Bitwise Logic=
al Operators](19-grammar.md#bitwise-logical-operators)=0A-      - [Logical =
Operators (form 1)](19-grammar.md#logical-operators-form-1)=0A-      - [Con=
ditional Operator](19-grammar.md#conditional-operator)=0A-      - [Coalesce=
 Operator](19-grammar.md#coalesce-operator)=0A-      - [Assignment Operator=
s](19-grammar.md#assignment-operators)=0A-      - [Logical Operators (form =
2)](19-grammar.md#logical-operators-form-2)=0A-      - [yield Operator](19-=
grammar.md#yield-operator)=0A-      - [Script Inclusion Operators](19-gramm=
ar.md#script-inclusion-operators)=0A-      - [Constant Expressions](19-gram=
mar.md#constant-expressions)=0A     - [Statements](19-grammar.md#statements=
)=0A-      - [General](19-grammar.md#general-3)=0A-      - [Compound Statem=
ents](19-grammar.md#compound-statements)=0A-      - [Labeled Statements](19=
-grammar.md#labeled-statements)=0A-      - [Expression Statements](19-gramm=
ar.md#expression-statements)=0A-      - [Iteration Statements](19-grammar.m=
d#iteration-statements)=0A-      - [Jump Statements](19-grammar.md#jump-sta=
tements)=0A-      - [The try Statement](19-grammar.md#the-try-statement)=0A=
-      - [The declare Statement](19-grammar.md#the-declare-statement)=0A   =
  - [Functions](19-grammar.md#functions)=0A     - [Classes](19-grammar.md#c=
lasses)=0A     - [Interfaces](19-grammar.md#interfaces)=0Adiff --git a/tool=
s/grammar.php b/tools/grammar.php=0Aindex 81e8c48..2ba0186 100644=0A--- a/t=
ools/grammar.php=0A+++ b/tools/grammar.php=0A@@ -24,7 +24,9 @@ $output .=3D=
 extract_grammar($lexical);=0A $output .=3D "\n\n##Syntactic Grammar";=0A =
=0A foreach (spec_files() as $fileName =3D> $path) {=0A-    if ($fileName =
=3D=3D=3D '05-types.md' || $fileName =3D=3D=3D '09-lexical-structure.md') {=
=0A+    if ($fileName =3D=3D=3D '05-types.md'=0A+            || $fileName =
=3D=3D=3D '09-lexical-structure.md'=0A+            || $fileName =3D=3D=3D '=
19-grammar.md') {=0A         continue;=0A     }=0A =0Adiff --git a/tools/ut=
il.php b/tools/util.php=0Aindex 2a5d426..6860c94 100644=0A--- a/tools/util.=
php=0A+++ b/tools/util.php=0A@@ -10,7 +10,6 @@ function spec_files() {=0A  =
           continue;=0A         }=0A         if ($file =3D=3D '00-specifica=
tion-for-php.md'=0A-                || $file =3D=3D '19-grammar.md'=0A     =
            || $file =3D=3D 'php-spec-draft.md') {=0A             continue;=
=0A         }=0A