File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 286
286
</simplelist >
287
287
</sect2 >
288
288
289
+ <sect2 xml : id =" migration84.constants.tokenizer" >
290
+ <title >Tokenizer</title >
291
+ <simplelist >
292
+ <member >
293
+ <constant >T_PUBLIC_SET</constant >
294
+ </member >
295
+ <member >
296
+ <constant >T_PROTECTED_SET</constant >
297
+ </member >
298
+ <member >
299
+ <constant >T_PRIVATE_SET</constant >
300
+ </member >
301
+ </simplelist >
302
+ </sect2 >
303
+
289
304
<sect2 xml : id =" migration84.constants.xml" >
290
305
<title >XML</title >
291
306
Original file line number Diff line number Diff line change @@ -708,20 +708,41 @@ defined('T_FN') || define('T_FN', 10001);
708
708
<link linkend =" language.oop5" >classes and objects</link >
709
709
</entry >
710
710
</row >
711
+ <row xml : id =" constant.t-private-set" >
712
+ <entry ><constant >T_PRIVATE_SET</constant ></entry >
713
+ <entry >private(set)</entry >
714
+ <entry >
715
+ property hooks (available as of PHP 8.4.0)
716
+ </entry >
717
+ </row >
711
718
<row xml : id =" constant.t-protected" >
712
719
<entry ><constant >T_PROTECTED</constant ></entry >
713
720
<entry >protected</entry >
714
721
<entry >
715
722
<link linkend =" language.oop5" >classes and objects</link >
716
723
</entry >
717
724
</row >
725
+ <row xml : id =" constant.t-protected-set" >
726
+ <entry ><constant >T_PROTECTED_SET</constant ></entry >
727
+ <entry >protected(set)</entry >
728
+ <entry >
729
+ property hooks (available as of PHP 8.4.0)
730
+ </entry >
731
+ </row >
718
732
<row xml : id =" constant.t-public" >
719
733
<entry ><constant >T_PUBLIC</constant ></entry >
720
734
<entry >public</entry >
721
735
<entry >
722
736
<link linkend =" language.oop5" >classes and objects</link >
723
737
</entry >
724
738
</row >
739
+ <row xml : id =" constant.t-public-set" >
740
+ <entry ><constant >T_PUBLIC_SET</constant ></entry >
741
+ <entry >public(set)</entry >
742
+ <entry >
743
+ property hooks (available as of PHP 8.4.0)
744
+ </entry >
745
+ </row >
725
746
<row xml : id =" constant.t-readonly" >
726
747
<entry ><constant >T_READONLY</constant ></entry >
727
748
<entry >readonly</entry >
You can’t perform that action at this time.
0 commit comments