We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab48cf commit 0a05997Copy full SHA for 0a05997
appendices/migration74/incompatible.xml
@@ -42,12 +42,11 @@
42
43
<para>
44
ファイルの最後の (改行が最後に付かない) <literal><?php</literal>
45
- タグは、PHPタグの開始タグとして解釈されるようになりました。以前は、短い形式の開始タグ <literal><?</literal> の後にリテラル
+ タグは、PHPタグの開始タグとして解釈されるようになりました。以前は、短縮型の開始タグ <literal><?</literal> の後にリテラル
46
<literal>php</literal>
47
- を続けたものとして解釈されるか、(<literal>short_open_tag=1</literal>
48
- の場合は) 文法エラー になるか、(<literal>short_open_tag=0</literal>
49
- の場合は) <literal><?php</literal>
50
- というリテラルとして解釈されていました。
+ を続けたものとして解釈された結果文法エラーになる (<literal>short_open_tag=1</literal>
+ の場合) か、<literal><?php</literal> という文字列リテラルとして解釈されていました (<literal>short_open_tag=0</literal>
+ の場合) 。
51
</para>
52
</sect3>
53
0 commit comments