File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
appendices/migration70/incompatible Expand file tree Collapse file tree 1 file changed +11
-1
lines changed 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: 6d2f72b0f2d7fbda2e3aa79ab58f190b4cdac867 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 6a52dd81e3f791065b4b65a68d393012a7fdd858 Maintainer: takagi Status: ready -->
4
4
5
5
<sect2 xml : id =" migration70.incompatible.other" >
6
6
<title >下位互換性のないその他の変更</title >
@@ -373,6 +373,16 @@ switch (1) {
373
373
</para >
374
374
</sect3 >
375
375
376
+ <sect3 xml : id =" migration70.incompatible.other.break-continue-constant" >
377
+ <title >break と continue 文に定数は渡せなくなった</title >
378
+ <para >
379
+ <literal >break</literal > と <literal >continue</literal >
380
+ 文は定数を引数として渡せなくなりました。
381
+ 渡すと、
382
+ <constant >E_COMPILE_ERROR</constant > が発生します。
383
+ </para >
384
+ </sect3 >
385
+
376
386
<sect3 xml : id =" migration70.incompatible.other.mhash" >
377
387
<title >Mhash はもう拡張モジュールではありません</title >
378
388
<para >
You can’t perform that action at this time.
0 commit comments