doc-en と同期し strings の文法修正と opcache_invalidate() の説明の誤りを反映(11ファイル・2モジュール完訳) - #425
Merged
KentarouTakeda merged 2 commits intoAug 1, 2026
Conversation
php/doc-en#5726 への追従。大半は <para> → <simpara> のミラーで、訳文は変更していない。 原文の記述が変わったのは 2 件: - strpbrk.xml — 原文の "for a characters"(characters そのものを探す)が誤りで、 "for any of the characters in characters" に修正された。既訳も同じ誤りを 引き継いでいたので追従した - strncasecmp.xml — コード例の出力文字列の文法修正(are equals → are equal) get-html-translation-table.xml は原文の " のセミコロン欠落修正にも追従した。 php/doc-en#5726 は 11 ファイルを変更しているが、ltrim.xml は php#424 で取り込み済み。
php/doc-en#5723 への追従。 「インメモリキャッシュのみを無効化し、ファイルキャッシュは無効化しない」という 記述が誤りで、opcache.file_cache が有効なら対応するファイルキャッシュの エントリも無効化される、に修正された。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
doc-en の 2 件への追従。
<para>→<simpara>化opcache_invalidate()の説明の誤りの修正strings(10件)— php/doc-en#5726
大半は
<para>→<simpara>のミラーで、訳文は変更していない。原文の記述が変わったのは 2 件。functions/strpbrk.xml— 原文の "for acharacters"(charactersそのものを探す)が誤りで、"for any of the characters in
characters" に修正された。既訳も同じ誤りを引き継いでいたので追従したfunctions/strncasecmp.xml— コード例の出力文字列の文法修正(are equals→are equal)対象ファイル:
opcache(1件)— php/doc-en#5723
functions/opcache-invalidate.xml— 「インメモリキャッシュのみを無効化し、ファイルキャッシュは無効化しない」という記述が誤りで、
opcache.file_cacheが有効なら対応するファイルキャッシュのエントリも無効化される、に修正された
その他
functions/get-html-translation-table.xmlは原文の"のセミコロン欠落修正にも追従した。functions/ltrim.xmlは doc-en と同期し、コード例の実行結果を実際の出力に修正(45ファイル・訳文の変更なし) #424 で取り込み済み。このマージにより strings(110件)と opcache(14件)が完訳になります。