Skip to content

Commit 0a05997

Browse files
authored
誤訳の修正 (#259)
short_open_tag=0,1 の2パターンしかないのに、 3パターンあるような訳になっていたのを修正
1 parent 2ab48cf commit 0a05997

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

appendices/migration74/incompatible.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,11 @@
4242

4343
<para>
4444
ファイルの最後の (改行が最後に付かない) <literal>&lt;?php</literal>
45-
タグは、PHPタグの開始タグとして解釈されるようになりました。以前は、短い形式の開始タグ <literal>&lt;?</literal> の後にリテラル
45+
タグは、PHPタグの開始タグとして解釈されるようになりました。以前は、短縮型の開始タグ <literal>&lt;?</literal> の後にリテラル
4646
<literal>php</literal>
47-
を続けたものとして解釈されるか、(<literal>short_open_tag=1</literal>
48-
の場合は) 文法エラー になるか、(<literal>short_open_tag=0</literal>
49-
の場合は) <literal>&lt;?php</literal>
50-
というリテラルとして解釈されていました。
47+
を続けたものとして解釈された結果文法エラーになる (<literal>short_open_tag=1</literal>
48+
の場合) か、<literal>&lt;?php</literal> という文字列リテラルとして解釈されていました (<literal>short_open_tag=0</literal>
49+
の場合) 。
5150
</para>
5251
</sect3>
5352

0 commit comments

Comments
 (0)