|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<!-- EN-Revision: 8147380995947a4c51bc04c266ccd1e87f664700 Maintainer: sobak Status: ready --> |
| 2 | +<!-- EN-Revision: a124543dd3f6b1e5567b07420d23899e582514dc Maintainer: sobak Status: ready --> |
3 | 3 | <!-- $Revision$ --> |
4 | 4 |
|
5 | 5 | <appendix xml:id="tokens" xmlns="http://docbook.org/ns/docbook"> |
@@ -144,7 +144,7 @@ defined('T_FN') || define('T_FN', 10001); |
144 | 144 | <entry><constant>T_CLASS_C</constant></entry> |
145 | 145 | <entry>__CLASS__</entry> |
146 | 146 | <entry> |
147 | | - <link linkend="language.constants.predefined">stałe magiczne</link> |
| 147 | + <link linkend="language.constants.magic">stałe magiczne</link> |
148 | 148 | </entry> |
149 | 149 | </row> |
150 | 150 | <row xml:id="constant.t-clone"> |
@@ -228,7 +228,7 @@ defined('T_FN') || define('T_FN', 10001); |
228 | 228 | <row xml:id="constant.t-dir"> |
229 | 229 | <entry><constant>T_DIR</constant></entry> |
230 | 230 | <entry>__DIR__</entry> |
231 | | - <entry><link linkend="language.constants.predefined">stałe magiczne</link></entry> |
| 231 | + <entry><link linkend="language.constants.magic">stałe magiczne</link></entry> |
232 | 232 | </row> |
233 | 233 | <row xml:id="constant.t-div-equal"> |
234 | 234 | <entry><constant>T_DIV_EQUAL</constant></entry> |
@@ -375,7 +375,7 @@ defined('T_FN') || define('T_FN', 10001); |
375 | 375 | <row xml:id="constant.t-file"> |
376 | 376 | <entry><constant>T_FILE</constant></entry> |
377 | 377 | <entry>__FILE__</entry> |
378 | | - <entry><link linkend="language.constants.predefined">stałe magiczne</link></entry> |
| 378 | + <entry><link linkend="language.constants.magic">stałe magiczne</link></entry> |
379 | 379 | </row> |
380 | 380 | <row xml:id="constant.t-final"> |
381 | 381 | <entry><constant>T_FINAL</constant></entry> |
@@ -414,7 +414,7 @@ defined('T_FN') || define('T_FN', 10001); |
414 | 414 | <entry><constant>T_FUNC_C</constant></entry> |
415 | 415 | <entry>__FUNCTION__</entry> |
416 | 416 | <entry> |
417 | | - <link linkend="language.constants.predefined">stałe magiczne</link> |
| 417 | + <link linkend="language.constants.magic">stałe magiczne</link> |
418 | 418 | </entry> |
419 | 419 | </row> |
420 | 420 | <row xml:id="constant.t-global"> |
@@ -523,7 +523,7 @@ defined('T_FN') || define('T_FN', 10001); |
523 | 523 | <row xml:id="constant.t-line"> |
524 | 524 | <entry><constant>T_LINE</constant></entry> |
525 | 525 | <entry>__LINE__</entry> |
526 | | - <entry><link linkend="language.constants.predefined">stałe magiczne</link></entry> |
| 526 | + <entry><link linkend="language.constants.magic">stałe magiczne</link></entry> |
527 | 527 | </row> |
528 | 528 | <row xml:id="constant.t-list"> |
529 | 529 | <entry><constant>T_LIST</constant></entry> |
@@ -561,7 +561,7 @@ defined('T_FN') || define('T_FN', 10001); |
561 | 561 | <entry><constant>T_METHOD_C</constant></entry> |
562 | 562 | <entry>__METHOD__</entry> |
563 | 563 | <entry> |
564 | | - <link linkend="language.constants.predefined">stałe magiczne</link> |
| 564 | + <link linkend="language.constants.magic">stałe magiczne</link> |
565 | 565 | </entry> |
566 | 566 | </row> |
567 | 567 | <row xml:id="constant.t-minus-equal"> |
@@ -717,7 +717,7 @@ defined('T_FN') || define('T_FN', 10001); |
717 | 717 | <entry><constant>T_PROPERTY_C</constant></entry> |
718 | 718 | <entry>__PROPERTY__</entry> |
719 | 719 | <entry> |
720 | | - <link linkend="language.constants.predefined">stałe magiczne</link> |
| 720 | + <link linkend="language.constants.magic">stałe magiczne</link> |
721 | 721 | </entry> |
722 | 722 | </row> |
723 | 723 | <row xml:id="constant.t-protected"> |
|
0 commit comments