Skip to content

誤訳の修正 #259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions appendices/migration74/incompatible.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@

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

Expand Down