Skip to content

Commit 8838f72

Browse files
committed
fix - these lists are ordered
1 parent 3be309b commit 8838f72

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

appendices/migration84/constants.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -286,19 +286,6 @@
286286
</simplelist>
287287
</sect2>
288288

289-
<sect2 xml:id="migration84.constants.xml">
290-
<title>XML</title>
291-
292-
<simplelist>
293-
<member>
294-
<constant>XML_OPTION_PARSE_HUGE</constant>
295-
which allows parsing large inputs with
296-
<function>xml_parse</function> and
297-
<function>xml_parse_into_struct</function>.
298-
</member>
299-
</simplelist>
300-
</sect2>
301-
302289
<sect2 xml:id="migration84.constants.tokenizer">
303290
<title>Tokenizer</title>
304291
<simplelist>
@@ -314,6 +301,19 @@
314301
</simplelist>
315302
</sect2>
316303

304+
<sect2 xml:id="migration84.constants.xml">
305+
<title>XML</title>
306+
307+
<simplelist>
308+
<member>
309+
<constant>XML_OPTION_PARSE_HUGE</constant>
310+
which allows parsing large inputs with
311+
<function>xml_parse</function> and
312+
<function>xml_parse_into_struct</function>.
313+
</member>
314+
</simplelist>
315+
</sect2>
316+
317317
</sect1>
318318
<!-- Keep this comment at the end of the file
319319
Local variables:

appendices/tokens.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -708,46 +708,46 @@ defined('T_FN') || define('T_FN', 10001);
708708
<link linkend="language.oop5">classes and objects</link>
709709
</entry>
710710
</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>
711718
<row xml:id="constant.t-protected">
712719
<entry><constant>T_PROTECTED</constant></entry>
713720
<entry>protected</entry>
714721
<entry>
715722
<link linkend="language.oop5">classes and objects</link>
716723
</entry>
717724
</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>
718732
<row xml:id="constant.t-public">
719733
<entry><constant>T_PUBLIC</constant></entry>
720734
<entry>public</entry>
721735
<entry>
722736
<link linkend="language.oop5">classes and objects</link>
723737
</entry>
724738
</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>
732739
<row xml:id="constant.t-public-set">
733740
<entry><constant>T_PUBLIC_SET</constant></entry>
734741
<entry>public(set)</entry>
735742
<entry>
736743
property hooks (available as of PHP 8.4.0)
737744
</entry>
738745
</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>
749749
<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)
751751
</entry>
752752
</row>
753753
<row xml:id="constant.t-require">

0 commit comments

Comments
 (0)