doc-en と同期し 7 モジュールを完訳(既訳更新 20 件)#415
Merged
KentarouTakeda merged 6 commits intoJul 26, 2026
Merged
Conversation
自前のメソッドを持たない例外クラスで &Methods; の include が存在しない refentry を指しており、&InheritedMethods; も role にクラス名自身を使って いたため、どちらも空のノードセットを選択していた。 php/doc-en@1fe6141098
失敗時に false を返す旨が、シグネチャと戻り値の節の両方に追加された。 php/doc-en@cad275c0c1
KentarouTakeda
force-pushed
the
sync-complete-7-modules
branch
2 times, most recently
from
July 26, 2026 06:28
af95c2f to
5d14440
Compare
暫定的な戻り値の型のフェーズについての説明が書き直され、ユーザー定義 クラスのメソッドをオーバーライドする場合の挙動が独立した段落になった。 空の xi:fallback の除去もあわせて反映した。 reflection 側は説明文に class.returntypewillchange へのリンクが追加された。 php/doc-en@52e8875935 php/doc-en@603435cd84
array_merge: 短縮配列構文への変更と、(array) キャストの例の削除 php/doc-en@52209b319a exec: 不要な初期化の削除と、$retval の $result_code への改名 php/doc-en@462dddda87 intl_get_error_message: サンプルの差し替えと出力例の追加 php/doc-en@d5e705df75
KentarouTakeda
force-pushed
the
sync-complete-7-modules
branch
from
July 26, 2026 06:34
5d14440 to
1901f69
Compare
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 の更新に追随し、20 ファイルを同期しました。これにより intl・reflection・imagick・array・snmp・exec・soap の 7 モジュールが完訳になります。
訳文の変更を伴う同期(7ファイル)
ReturnTypeWillChange の説明の改稿 — php/doc-en@52e8875935 / php/doc-en@603435cd84
暫定的な戻り値の型のフェーズについての説明が書き直され、ユーザー定義クラスのメソッドをオーバーライドする場合の挙動が独立した段落になりました。空の
xi:fallbackの除去もあわせて反映しています。class.returntypewillchangeへのリンクが追加されましたssh2_sftp_* の戻り値型への false の追加 — php/doc-en@cad275c0c1
失敗時に
falseを返す旨が、シグネチャと戻り値の節の両方に追加されました。コード例・マークアップのみの同期(13ファイル・訳文の変更なし)
例外クラスの methodsynopsis xpointer の誤りを修正 — php/doc-en@1fe6141098
自前のメソッドを持たない例外クラスで、
&Methods;の include が存在しない refentry を指しており、&InheritedMethods;も role にクラス名自身を使っていたため、どちらも空のノードセットを選択していました。原文と同じく&Methods;を削除し、role をExceptionに修正しています。サンプルコードの
new演算子の欠落を修正 — php/doc-en@84534c795f関数名の誤りを修正(
snmp2_get_next→snmp2_getnext) — php/doc-en@84534c795fコード例の修正
(array)キャストの例の削除 — php/doc-en@52209b319a$retvalの$result_codeへの改名 — php/doc-en@462dddda87