com php-langspec: Remove references to #array: spec/07-variables.md spec/10-expressions.md spec/12-arrays.md

[email protected] (Nikita Popov) Tue, 15 Nov 2016 21:33:56 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Commit:    883396eb050375ad973b25c1142bf015b5e3adb2=0AAuthor:    Nikita Pop=
ov <[email protected]>         Tue, 15 Nov 2016 22:33:56 +0100=0AParents:   9c1=
e9d1aa1de4f1f82498ab210095d3a76e2521d=0ABranches:  master=0A=0ALink:       =
http://git.php.net/?p=3Dphp-langspec.git;a=3Dcommitdiff;h=3D883396eb050375a=
d973b25c1142bf015b5e3adb2=0A=0ALog:=0ARemove references to #array=0A=0AChan=
ged paths:=0A  M  spec/07-variables.md=0A  M  spec/10-expressions.md=0A  M =
 spec/12-arrays.md=0A=0A=0ADiff:=0Adiff --git a/spec/07-variables.md b/spec=
/07-variables.md=0Aindex 1a2d332..6e59bf4 100644=0A--- a/spec/07-variables.=
md=0A+++ b/spec/07-variables.md=0A@@ -217,8 +217,7 @@ $l =3D $k;   // a VSl=
ot for $l was created and the value of $k (which is NULL)=0A =0A **Syntax**=
=0A =0A-[Arrays](12-arrays.md#arrays) are created via the [array-creation o=
perator](10-expressions.md#array-creation-operator) or=0A-the intrinsic [`a=
rray`](10-expressions.md#array). At the same time, one or more elements=0A+=
[Arrays](12-arrays.md#arrays) are created using the [array-creation operato=
r](10-expressions.md#array-creation-operator). At the same time, one or mor=
e elements=0A may be created for that array. New elements are inserted into=
 an=0A existing array via the [simple-assignment operator](10-expressions.m=
d#simple-assignment) in=0A conjunction with the subscript [operator `[]`](1=
0-expressions.md#subscript-operator). Elements can be=0Adiff --git a/spec/1=
0-expressions.md b/spec/10-expressions.md=0Aindex 55891de..f45286c 100644=
=0A--- a/spec/10-expressions.md=0A+++ b/spec/10-expressions.md=0A@@ -1017,1=
0 +1017,6 @@ $v2 =3D new class (100) extends C1 implements I1, I2 {=0A =0A =
###Array Creation Operator=0A =0A-An array is created and initialized by on=
e of two equivalent ways: via=0A-the array-creation operator `[]`, as descr=
ibed below, or the intrinsic=0A-[`array`](#array).=0A-=0A **Syntax**=0A =0A=
 <pre>=0Adiff --git a/spec/12-arrays.md b/spec/12-arrays.md=0Aindex d027f19=
..714686b 100644=0A--- a/spec/12-arrays.md=0A+++ b/spec/12-arrays.md=0A@@ -=
33,8 +33,8 @@ and there is no concept of consecutive elements of the array =
occupying physicall=0A =0A ##Array Creation and Initialization=0A =0A-An ar=
ray is created and initialized by one of two equivalent ways: via=0A-the ar=
ray-creation operator [`[]`](10-expressions.md#array-creation-operator) or =
the [intrinsic `array`](10-expressions.md#array).=0A+An array is created an=
d initialized using the=0A+[array-creation operator](10-expressions.md#arra=
y-creation-operator):=0A =0A ##Element Access and Insertion=0A