Skip to content

Commit 647ed75

Browse files
authored
Sync outdated files (#921)
1 parent be809cd commit 647ed75

File tree

6 files changed

+216
-177
lines changed

6 files changed

+216
-177
lines changed

appendices/tokens.xml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision:270a871223343be9280a3e8a133a5467a3e82908 Maintainer: haohappy Status: ready -->
3+
<!-- EN-Revision:349f6f64ec46a288c376c868721fdad21929fdb2 Maintainer: haohappy Status: ready -->
44
<!-- CREDITS: class007, mowangjuanzi, Luffy -->
55
<appendix xml:id="tokens" xmlns="http://docbook.org/ns/docbook">
66
<title>解析器记号(token)列表</title>
@@ -196,7 +196,10 @@ defined('T_FN') || define('T_FN', 10001);
196196
<row xml:id="constant.t-curly-open">
197197
<entry><constant>T_CURLY_OPEN</constant></entry>
198198
<entry>{$</entry>
199-
<entry><link linkend="language.types.string.parsing.complex">复杂变量解析语法</link></entry>
199+
<entry>
200+
<link linkend="language.types.string.parsing.advanced">高级</link>
201+
变量字符串插值
202+
</entry>
200203
</row>
201204
<row xml:id="constant.t-dec">
202205
<entry><constant>T_DEC</constant></entry>
@@ -244,7 +247,10 @@ defined('T_FN') || define('T_FN', 10001);
244247
<row xml:id="constant.t-dollar-open-curly-braces">
245248
<entry><constant>T_DOLLAR_OPEN_CURLY_BRACES</constant></entry>
246249
<entry>${</entry>
247-
<entry><link linkend="language.types.string.parsing.complex">复杂变量解析语法</link></entry>
250+
<entry>
251+
<link linkend="language.types.string.parsing.basic">基本</link>
252+
变量字符串插值
253+
</entry>
248254
</row>
249255
<row xml:id="constant.t-double-arrow">
250256
<entry><constant>T_DOUBLE_ARROW</constant></entry>
@@ -648,7 +654,7 @@ defined('T_FN') || define('T_FN', 10001);
648654
<row xml:id="constant.t-paamayim-nekudotayim">
649655
<entry><constant>T_PAAMAYIM_NEKUDOTAYIM</constant></entry>
650656
<entry>::</entry>
651-
<entry><link linkend="language.oop5.paamayim-nekudotayim">::</link>。也定义为
657+
<entry><link linkend="language.oop5.paamayim-nekudotayim">范围解析</link>。也定义为
652658
<constant>T_DOUBLE_COLON</constant>。</entry>
653659
</row>
654660
<row xml:id="constant.t-plus-equal">
@@ -773,7 +779,10 @@ defined('T_FN') || define('T_FN', 10001);
773779
<row xml:id="constant.t-string-varname">
774780
<entry><constant>T_STRING_VARNAME</constant></entry>
775781
<entry>"${a</entry>
776-
<entry><link linkend="language.types.string.parsing.complex">复杂变量解析语法</link></entry>
782+
<entry>
783+
<link linkend="language.variables.variable">可变变量</link>
784+
在字符串中插值
785+
</entry>
777786
</row>
778787
<row xml:id="constant.t-switch">
779788
<entry><constant>T_SWITCH</constant></entry>

0 commit comments

Comments
 (0)