|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <!-- $Revision$ -->
|
3 | 3 | <!-- $Author$ -->
|
4 |
| -<!-- EN-Revision: a26d5a22cda7fbfcf2ad1cbad258d904729517bd Maintainer: simionea Status: ready --> |
| 4 | +<!-- EN-Revision: 58d1813178b506452ca45051b241c2982a6cd4af Maintainer: simionea Status: ready --> |
5 | 5 |
|
6 | 6 | <appendix xml:id="tokens" xmlns="http://docbook.org/ns/docbook">
|
7 | 7 | <title>Lista semnelor interpretorului</title>
|
|
76 | 76 | <row>
|
77 | 77 | <entry><constant>T_BAD_CHARACTER</constant></entry>
|
78 | 78 | <entry></entry>
|
79 |
| - <entry>orice caracter cu codul ASCII mai mic decât 32 cu excepția \t |
80 |
| - (0x09), \n (0x0a) și \r (0x0d)</entry> |
| 79 | + <entry> |
| 80 | + orice caracter cu codul ASCII mai mic decât 32 cu excepția \t (0x09), \n |
| 81 | + (0x0a) și \r (0x0d) |
| 82 | + (disponibilă începând cu PHP 7.4.0, și de asemenea înainte de PHP 7.0.0, dar nu era utilizată) |
| 83 | + </entry> |
81 | 84 | </row>
|
82 | 85 | <row>
|
83 | 86 | <entry><constant>T_BOOLEAN_AND</constant></entry>
|
|
102 | 105 | <row>
|
103 | 106 | <entry><constant>T_CALLABLE</constant></entry>
|
104 | 107 | <entry>callable</entry>
|
105 |
| - <entry><link linkend="language.types.callable">callable</link></entry> |
| 108 | + <entry><link linkend="language.types.callable">callable</link>(disponibilă începând cu PHP 5.4.0)</entry> |
106 | 109 | </row>
|
107 | 110 | <row>
|
108 | 111 | <entry><constant>T_CASE</constant></entry>
|
|
117 | 120 | <row>
|
118 | 121 | <entry><constant>T_CHARACTER</constant></entry>
|
119 | 122 | <entry></entry>
|
120 |
| - <entry>nu mai este utilizat</entry> |
| 123 | + <entry>nu mai este utilizată (eliminată în PHP 7.0.0)</entry> |
121 | 124 | </row>
|
122 | 125 | <row>
|
123 | 126 | <entry><constant>T_CLASS</constant></entry>
|
|
151 | 154 | (disponibil începând cu PHP 7.0.0)
|
152 | 155 | </entry>
|
153 | 156 | </row>
|
| 157 | + <row> |
| 158 | + <entry><constant>T_COALESCE_EQUAL</constant></entry> |
| 159 | + <entry>??=</entry> |
| 160 | + <entry> |
| 161 | + <link linkend="language.operators.assignment">operatori de atribuire</link> |
| 162 | + (disponibilă începând cu PHP 7.4.0) |
| 163 | + </entry> |
| 164 | + </row> |
154 | 165 | <row>
|
155 | 166 | <entry><constant>T_COMMENT</constant></entry>
|
156 | 167 | <entry>// sau #, și /* */</entry>
|
|
216 | 227 | <entry>0.12, etc.</entry>
|
217 | 228 | <entry><link linkend="language.types.float">numere cu virgulă flotantă</link></entry>
|
218 | 229 | </row>
|
| 230 | + <row> |
| 231 | + <entry><constant>T_DO</constant></entry> |
| 232 | + <entry>do</entry> |
| 233 | + <entry><link linkend="control-structures.do.while">do..while</link></entry> |
| 234 | + </row> |
219 | 235 | <row>
|
220 | 236 | <entry><constant>T_DOC_COMMENT</constant></entry>
|
221 | 237 | <entry>/** */</entry>
|
222 | 238 | <entry>
|
223 | 239 | <link linkend="language.basic-syntax.comments">comentarii în stil PHPDoc</link>
|
224 | 240 | </entry>
|
225 | 241 | </row>
|
226 |
| - <row> |
227 |
| - <entry><constant>T_DO</constant></entry> |
228 |
| - <entry>do</entry> |
229 |
| - <entry><link linkend="control-structures.do.while">do..while</link></entry> |
230 |
| - </row> |
231 | 242 | <row>
|
232 | 243 | <entry><constant>T_DOLLAR_OPEN_CURLY_BRACES</constant></entry>
|
233 | 244 | <entry>${</entry>
|
|
355 | 366 | <entry>finally</entry>
|
356 | 367 | <entry><xref linkend="language.exceptions"/> (disponibil începând cu PHP 5.5.0)</entry>
|
357 | 368 | </row>
|
| 369 | + <row> |
| 370 | + <entry><constant>T_FN</constant></entry> |
| 371 | + <entry>fn</entry> |
| 372 | + <entry> |
| 373 | + <link linkend="functions.arrow">funcții arrow</link> |
| 374 | + (disponibilă începând cu PHP 7.4.0) |
| 375 | + </entry> |
| 376 | + </row> |
358 | 377 | <row>
|
359 | 378 | <entry><constant>T_FOR</constant></entry>
|
360 | 379 | <entry>for</entry>
|
|
367 | 386 | </row>
|
368 | 387 | <row>
|
369 | 388 | <entry><constant>T_FUNCTION</constant></entry>
|
370 |
| - <entry>function sau cfunction</entry> |
| 389 | + <entry>function</entry> |
371 | 390 | <entry><link linkend="language.functions">funcții</link></entry>
|
372 | 391 | </row>
|
373 | 392 | <row>
|
|
436 | 455 | <entry>insteadof</entry>
|
437 | 456 | <entry><xref linkend="language.oop5.traits"/> (disponibilă începând cu PHP 5.4.0)</entry>
|
438 | 457 | </row>
|
439 |
| - <row> |
440 |
| - <entry><constant>T_INT_CAST</constant></entry> |
441 |
| - <entry>(int) sau (integer)</entry> |
442 |
| - <entry><link linkend="language.types.typecasting">type-casting</link></entry> |
443 |
| - </row> |
444 | 458 | <row>
|
445 | 459 | <entry><constant>T_INTERFACE</constant></entry>
|
446 | 460 | <entry>interface</entry>
|
447 | 461 | <entry><xref linkend="language.oop5.interfaces"/></entry>
|
448 | 462 | </row>
|
| 463 | + <row> |
| 464 | + <entry><constant>T_INT_CAST</constant></entry> |
| 465 | + <entry>(int) sau (integer)</entry> |
| 466 | + <entry><link linkend="language.types.typecasting">type-casting</link></entry> |
| 467 | + </row> |
449 | 468 | <row>
|
450 | 469 | <entry><constant>T_ISSET</constant></entry>
|
451 | 470 | <entry>isset()</entry>
|
|
481 | 500 | <entry><=</entry>
|
482 | 501 | <entry><link linkend="language.operators.comparison">operatori de comparare</link></entry>
|
483 | 502 | </row>
|
484 |
| - <row> |
485 |
| - <entry><constant>T_SPACESHIP</constant></entry> |
486 |
| - <entry><=></entry> |
487 |
| - <entry> |
488 |
| - <link linkend="language.operators.comparison">operatori de comparare</link> |
489 |
| - (disponibil începând cu PHP 7.0.0) |
490 |
| - </entry> |
491 |
| - </row> |
492 | 503 | <row>
|
493 | 504 | <entry><constant>T_LINE</constant></entry>
|
494 | 505 | <entry>__LINE__</entry>
|
|
549 | 560 | începând cu PHP 5.3.0)
|
550 | 561 | </entry>
|
551 | 562 | </row>
|
| 563 | + <row> |
| 564 | + <entry><constant>T_NEW</constant></entry> |
| 565 | + <entry>new</entry> |
| 566 | + <entry><link linkend="language.oop5">clase și obiecte</link></entry> |
| 567 | + </row> |
552 | 568 | <row>
|
553 | 569 | <entry><constant>T_NS_C</constant></entry>
|
554 | 570 | <entry>__NAMESPACE__</entry>
|
|
565 | 581 | începând cu PHP 5.3.0)
|
566 | 582 | </entry>
|
567 | 583 | </row>
|
568 |
| - <row> |
569 |
| - <entry><constant>T_NEW</constant></entry> |
570 |
| - <entry>new</entry> |
571 |
| - <entry><link linkend="language.oop5">clase și obiecte</link></entry> |
572 |
| - </row> |
573 | 584 | <row>
|
574 | 585 | <entry><constant>T_NUM_STRING</constant></entry>
|
575 | 586 | <entry>"$a[0]"</entry>
|
|
640 | 651 | </entry>
|
641 | 652 | </row>
|
642 | 653 | <row>
|
643 |
| - <entry><constant>T_PUBLIC</constant></entry> |
644 |
| - <entry>public</entry> |
| 654 | + <entry><constant>T_PROTECTED</constant></entry> |
| 655 | + <entry>protected</entry> |
645 | 656 | <entry>
|
646 | 657 | <link linkend="language.oop5">clase și obiecte</link>
|
647 | 658 | </entry>
|
648 | 659 | </row>
|
649 | 660 | <row>
|
650 |
| - <entry><constant>T_PROTECTED</constant></entry> |
651 |
| - <entry>protected</entry> |
| 661 | + <entry><constant>T_PUBLIC</constant></entry> |
| 662 | + <entry>public</entry> |
652 | 663 | <entry>
|
653 | 664 | <link linkend="language.oop5">clase și obiecte</link>
|
654 | 665 | </entry>
|
|
678 | 689 | <entry><<=</entry>
|
679 | 690 | <entry><link linkend="language.operators.assignment">operatori de atribuire</link></entry>
|
680 | 691 | </row>
|
| 692 | + <row> |
| 693 | + <entry><constant>T_SPACESHIP</constant></entry> |
| 694 | + <entry><=></entry> |
| 695 | + <entry> |
| 696 | + <link linkend="language.operators.comparison">operatori de comparație</link> |
| 697 | + (disponibilă începând cu PHP 7.0.0) |
| 698 | + </entry> |
| 699 | + </row> |
681 | 700 | <row>
|
682 | 701 | <entry><constant>T_SR</constant></entry>
|
683 | 702 | <entry>>></entry>
|
|
0 commit comments