@@ -708,46 +708,46 @@ 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 >
725
- <row xml : id =" constant.t-readonly" >
726
- <entry ><constant >T_READONLY</constant ></entry >
727
- <entry >readonly</entry >
728
- <entry >
729
- <link linkend =" language.oop5" >classes and objects</link > (available as of PHP 8.1.0)
730
- </entry >
731
- </row >
732
739
<row xml : id =" constant.t-public-set" >
733
740
<entry ><constant >T_PUBLIC_SET</constant ></entry >
734
741
<entry >public(set)</entry >
735
742
<entry >
736
743
property hooks (available as of PHP 8.4.0)
737
744
</entry >
738
745
</row >
739
- <row xml : id =" constant.t-protected-set" >
740
- <entry ><constant >T_PROTECTED_SET</constant ></entry >
741
- <entry >protected(set)</entry >
742
- <entry >
743
- property hooks (available as of PHP 8.4.0)
744
- </entry >
745
- </row >
746
- <row xml : id =" constant.t-private-set" >
747
- <entry ><constant >T_PRIVATE_SET</constant ></entry >
748
- <entry >private(set)</entry >
746
+ <row xml : id =" constant.t-readonly" >
747
+ <entry ><constant >T_READONLY</constant ></entry >
748
+ <entry >readonly</entry >
749
749
<entry >
750
- property hooks (available as of PHP 8.4 .0)
750
+ < link linkend = " language.oop5 " >classes and objects</ link > (available as of PHP 8.1 .0)
751
751
</entry >
752
752
</row >
753
753
<row xml : id =" constant.t-require" >
0 commit comments