File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -183,8 +183,8 @@ is distributed without any warranty.
183183 - [ The ` throw ` Statement] ( 11-statements.md#the-throw-statement )
184184 - [ The ` try ` Statement] ( 11-statements.md#the-try-statement )
185185 - [ The ` declare ` Statement] ( 11-statements.md#the-declare-statement )
186- - [ The ` echo ` statement ] ( 11-statements.md#the-echo-statement )
187- - [ The ` unset ` statement ] ( 11-statements.md#the-unset-statement )
186+ - [ The ` echo ` Statement ] ( 11-statements.md#the-echo-statement )
187+ - [ The ` unset ` Statement ] ( 11-statements.md#the-unset-statement )
188188- [ Arrays] ( 12-arrays.md#arrays )
189189 - [ General] ( 12-arrays.md#general )
190190 - [ Array Creation and Initialization] ( 12-arrays.md#array-creation-and-initialization )
Original file line number Diff line number Diff line change @@ -1294,7 +1294,7 @@ declare(encoding = 'ISO-8859-1'); // Latin-1 Western European
12941294declare(encoding = 'ISO-8859-5'); // Latin/Cyrillic
12951295```
12961296
1297- ## The ` echo ` statement
1297+ ## The ` echo ` Statement
12981298
12991299** Syntax**
13001300
@@ -1345,7 +1345,7 @@ $v3 = "qqq{$v2}zzz";
13451345echo "$v3\n";
13461346```
13471347
1348- ## The ` unset ` statement
1348+ ## The ` unset ` Statement
13491349
13501350** Syntax**
13511351
You can’t perform that action at this time.
0 commit comments