|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <!-- $Revision$ -->
|
3 |
| -<!-- EN-Revision: 349f6f64ec46a288c376c868721fdad21929fdb2 Maintainer: hirokawa Status: ready --> |
| 3 | +<!-- EN-Revision: a124543dd3f6b1e5567b07420d23899e582514dc Maintainer: hirokawa Status: ready --> |
4 | 4 | <!-- CREDITS: takagi,mumumu -->
|
5 | 5 |
|
6 | 6 | <appendix xml:id="tokens" xmlns="http://docbook.org/ns/docbook">
|
|
37 | 37 | <?php
|
38 | 38 | // PHP 7.4.0 より前のバージョンでは、定数 T_FN は定義されていません
|
39 | 39 | defined('T_FN') || define('T_FN', 10001);
|
| 40 | +?> |
40 | 41 | ]]>
|
41 | 42 | </programlisting>
|
42 | 43 | </para>
|
@@ -146,7 +147,7 @@ defined('T_FN') || define('T_FN', 10001);
|
146 | 147 | <entry><constant>T_CLASS_C</constant></entry>
|
147 | 148 | <entry>__CLASS__</entry>
|
148 | 149 | <entry>
|
149 |
| - <link linkend="language.constants.predefined">マジック定数</link> |
| 150 | + <link linkend="language.constants.magic">マジック定数</link> |
150 | 151 | </entry>
|
151 | 152 | </row>
|
152 | 153 | <row xml:id="constant.t-clone">
|
@@ -228,7 +229,7 @@ defined('T_FN') || define('T_FN', 10001);
|
228 | 229 | <row xml:id="constant.t-dir">
|
229 | 230 | <entry><constant>T_DIR</constant></entry>
|
230 | 231 | <entry>__DIR__</entry>
|
231 |
| - <entry><link linkend="language.constants.predefined">マジック定数</link></entry> |
| 232 | + <entry><link linkend="language.constants.magic">マジック定数</link></entry> |
232 | 233 | </row>
|
233 | 234 | <row xml:id="constant.t-div-equal">
|
234 | 235 | <entry><constant>T_DIV_EQUAL</constant></entry>
|
@@ -374,7 +375,7 @@ defined('T_FN') || define('T_FN', 10001);
|
374 | 375 | <row xml:id="constant.t-file">
|
375 | 376 | <entry><constant>T_FILE</constant></entry>
|
376 | 377 | <entry>__FILE__</entry>
|
377 |
| - <entry><link linkend="language.constants.predefined">マジック定数</link></entry> |
| 378 | + <entry><link linkend="language.constants.magic">マジック定数</link></entry> |
378 | 379 | </row>
|
379 | 380 | <row xml:id="constant.t-final">
|
380 | 381 | <entry><constant>T_FINAL</constant></entry>
|
@@ -413,7 +414,7 @@ defined('T_FN') || define('T_FN', 10001);
|
413 | 414 | <entry><constant>T_FUNC_C</constant></entry>
|
414 | 415 | <entry>__FUNCTION__</entry>
|
415 | 416 | <entry>
|
416 |
| - <link linkend="language.constants.predefined">マジック定数</link> |
| 417 | + <link linkend="language.constants.magic">マジック定数</link> |
417 | 418 | </entry>
|
418 | 419 | </row>
|
419 | 420 | <row xml:id="constant.t-global">
|
@@ -523,7 +524,7 @@ defined('T_FN') || define('T_FN', 10001);
|
523 | 524 | <row xml:id="constant.t-line">
|
524 | 525 | <entry><constant>T_LINE</constant></entry>
|
525 | 526 | <entry>__LINE__</entry>
|
526 |
| - <entry><link linkend="language.constants.predefined">マジック定数</link></entry> |
| 527 | + <entry><link linkend="language.constants.magic">マジック定数</link></entry> |
527 | 528 | </row>
|
528 | 529 | <row xml:id="constant.t-list">
|
529 | 530 | <entry><constant>T_LIST</constant></entry>
|
@@ -561,7 +562,7 @@ defined('T_FN') || define('T_FN', 10001);
|
561 | 562 | <entry><constant>T_METHOD_C</constant></entry>
|
562 | 563 | <entry>__METHOD__</entry>
|
563 | 564 | <entry>
|
564 |
| - <link linkend="language.constants.predefined">マジック定数</link> |
| 565 | + <link linkend="language.constants.magic">マジック定数</link> |
565 | 566 | </entry>
|
566 | 567 | </row>
|
567 | 568 | <row xml:id="constant.t-minus-equal">
|
@@ -713,6 +714,13 @@ defined('T_FN') || define('T_FN', 10001);
|
713 | 714 | プロパティフック (PHP 8.4.0 以降で利用可能)
|
714 | 715 | </entry>
|
715 | 716 | </row>
|
| 717 | + <row xml:id="constant.t-property-c"> |
| 718 | + <entry><constant>T_PROPERTY_C</constant></entry> |
| 719 | + <entry>__PROPERTY__</entry> |
| 720 | + <entry> |
| 721 | + <link linkend="language.constants.magic">マジック定数</link> |
| 722 | + </entry> |
| 723 | + </row> |
716 | 724 | <row xml:id="constant.t-protected">
|
717 | 725 | <entry><constant>T_PROTECTED</constant></entry>
|
718 | 726 | <entry>protected</entry>
|
|
0 commit comments