|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!-- $Revision$ --> |
3 | | -<!-- EN-Revision:9418ae19ae6ab1d3f1536db986830362b207b1d6 Maintainer: haohappy Status: ready --> |
| 3 | +<!-- EN-Revision:a124543dd3f6b1e5567b07420d23899e582514dc Maintainer: haohappy Status: ready --> |
4 | 4 | <!-- CREDITS: class007, mowangjuanzi, Luffy --> |
5 | 5 | <appendix xml:id="tokens" xmlns="http://docbook.org/ns/docbook"> |
6 | 6 | <title>解析器记号(token)列表</title> |
|
30 | 30 | <?php |
31 | 31 | // 在 PHP 7.4.0 之前,未定义 T_FN。 |
32 | 32 | defined('T_FN') || define('T_FN', 10001); |
| 33 | +?> |
33 | 34 | ]]> |
34 | 35 | </programlisting> |
35 | 36 | </para> |
@@ -138,7 +139,7 @@ defined('T_FN') || define('T_FN', 10001); |
138 | 139 | <entry><constant>T_CLASS_C</constant></entry> |
139 | 140 | <entry>__CLASS__</entry> |
140 | 141 | <entry> |
141 | | - <link linkend="language.constants.predefined">魔术常量</link> |
| 142 | + <link linkend="language.constants.magic">魔术常量</link> |
142 | 143 | </entry> |
143 | 144 | </row> |
144 | 145 | <row xml:id="constant.t-clone"> |
@@ -220,7 +221,7 @@ defined('T_FN') || define('T_FN', 10001); |
220 | 221 | <row xml:id="constant.t-dir"> |
221 | 222 | <entry><constant>T_DIR</constant></entry> |
222 | 223 | <entry>__DIR__</entry> |
223 | | - <entry><link linkend="language.constants.predefined">逻辑常量</link></entry> |
| 224 | + <entry><link linkend="language.constants.magic">逻辑常量</link></entry> |
224 | 225 | </row> |
225 | 226 | <row xml:id="constant.t-div-equal"> |
226 | 227 | <entry><constant>T_DIV_EQUAL</constant></entry> |
@@ -365,7 +366,7 @@ defined('T_FN') || define('T_FN', 10001); |
365 | 366 | <row xml:id="constant.t-file"> |
366 | 367 | <entry><constant>T_FILE</constant></entry> |
367 | 368 | <entry>__FILE__</entry> |
368 | | - <entry><link linkend="language.constants.predefined">魔法常量</link></entry> |
| 369 | + <entry><link linkend="language.constants.magic">魔法常量</link></entry> |
369 | 370 | </row> |
370 | 371 | <row xml:id="constant.t-final"> |
371 | 372 | <entry><constant>T_FINAL</constant></entry> |
@@ -404,7 +405,7 @@ defined('T_FN') || define('T_FN', 10001); |
404 | 405 | <entry><constant>T_FUNC_C</constant></entry> |
405 | 406 | <entry>__FUNCTION__</entry> |
406 | 407 | <entry> |
407 | | - <link linkend="language.constants.predefined">魔法常量</link> |
| 408 | + <link linkend="language.constants.magic">魔法常量</link> |
408 | 409 | </entry> |
409 | 410 | </row> |
410 | 411 | <row xml:id="constant.t-global"> |
@@ -513,7 +514,7 @@ defined('T_FN') || define('T_FN', 10001); |
513 | 514 | <row xml:id="constant.t-line"> |
514 | 515 | <entry><constant>T_LINE</constant></entry> |
515 | 516 | <entry>__LINE__</entry> |
516 | | - <entry><link linkend="language.constants.predefined">魔术常量</link></entry> |
| 517 | + <entry><link linkend="language.constants.magic">魔术常量</link></entry> |
517 | 518 | </row> |
518 | 519 | <row xml:id="constant.t-list"> |
519 | 520 | <entry><constant>T_LIST</constant></entry> |
@@ -551,7 +552,7 @@ defined('T_FN') || define('T_FN', 10001); |
551 | 552 | <entry><constant>T_METHOD_C</constant></entry> |
552 | 553 | <entry>__METHOD__</entry> |
553 | 554 | <entry> |
554 | | - <link linkend="language.constants.predefined">魔术常量</link> |
| 555 | + <link linkend="language.constants.magic">魔术常量</link> |
555 | 556 | </entry> |
556 | 557 | </row> |
557 | 558 | <row xml:id="constant.t-minus-equal"> |
@@ -699,7 +700,7 @@ defined('T_FN') || define('T_FN', 10001); |
699 | 700 | <entry><constant>T_PROPERTY_C</constant></entry> |
700 | 701 | <entry>__PROPERTY__</entry> |
701 | 702 | <entry> |
702 | | - <link linkend="language.constants.predefined">魔术常量</link> |
| 703 | + <link linkend="language.constants.magic">魔术常量</link> |
703 | 704 | </entry> |
704 | 705 | </row> |
705 | 706 | <row xml:id="constant.t-protected"> |
|
0 commit comments