File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision: 351500 $ -->
3
- <!-- EN-Revision: afbe8ad5ba46fb615d5723e25dfef4813279626f Maintainer: mumumu Status: ready -->
3
+ <!-- EN-Revision: 68b5e2c562e860e2c7d385eab502029b3eed9e7a Maintainer: mumumu Status: ready -->
4
4
5
5
<sect1 xml : id =" migration80.incompatible" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
<title >下位互換性のない変更点</title >
73
73
<literal >match</literal > が予約語になりました。
74
74
</para >
75
75
</listitem >
76
+ <listitem >
77
+ <para >
78
+ <literal >mixed</literal > が予約語になりました。
79
+ よって、クラスやインターフェイス、
80
+ トレイトの名前として使えなくなっています。
81
+ 名前空間の中であっても同様です。
82
+ </para >
83
+ </listitem >
76
84
<listitem >
77
85
<para >
78
86
アサーションに失敗すると、デフォルトで例外をスローするようになりました。
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: a049ea0cfbd4bf2554f0a134d4f0696d3d419b9b Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: 68b5e2c562e860e2c7d385eab502029b3eed9e7a Maintainer: hirokawa Status: ready -->
4
4
<!-- CREDITS: takagi,mumumu -->
5
5
6
6
<appendix xml : id =" reserved" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
549
549
<entry >
550
550
object (PHP 7.2 以降)
551
551
</entry >
552
+ <entry >
553
+ mixed (PHP 8.0 以降)
554
+ </entry >
552
555
</row >
553
556
</tbody >
554
557
</tgroup >
568
571
<entry >
569
572
resource
570
573
</entry >
571
- <entry >
572
- mixed
573
- </entry >
574
574
<entry >
575
575
numeric
576
576
</entry >
You can’t perform that action at this time.
0 commit comments