言語リファレンスのコードサンプルを実行可能化(8ファイル)#386
Merged
KentarouTakeda merged 1 commit intoJun 3, 2026
Merged
Conversation
マニュアル上でコードサンプルを直接実行できるようにする対応(および一部の DocBook 5.2 マークアップ移行)に追随しました。変更はコードサンプルと構造属性の同期が中心で、closure.xml を除き訳文の変更はありません。 ### language(4件) - language/enumerations.xml — enum セクションのサンプルを実行可能化(訳文変更なし) 1. php/doc-en@1eb67bea30 - language/variables.xml — variables セクションのサンプルを実行可能化(訳文変更なし) 1. php/doc-en@64007e9f6b - language/references.xml — references セクションのサンプルを実行可能化(訳文変更なし) 1. php/doc-en@50e6f42c83 - language/attributes.xml — attributes セクションのサンプルを実行可能化(訳文変更なし) 1. php/doc-en@50e6f42c83 ### language/predefined(4件) - language/predefined/iteratoraggregate.xml — サンプルの実行可能化+コード例の更新(訳文変更なし) 1. php/doc-en@4d17b7b494 2. php/doc-en@4b06b2d5c3 - language/predefined/arrayaccess.xml — サンプルの実行可能化+出力例の同期(訳文変更なし) 1. php/doc-en@4d17b7b494 2. php/doc-en@4b06b2d5c3 - language/predefined/serializable.xml — サンプルの実行可能化に伴う非推奨警告出力の追加(訳文変更なし) 1. php/doc-en@4d17b7b494 2. php/doc-en@4b06b2d5c3 - language/predefined/closure.xml — Closure オブジェクトが直列化できない旨の note を追加 1. php/doc-en@a97672ab04
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.
マニュアル上でコードサンプルを直接実行できるようにする対応(および一部の DocBook 5.2 マークアップ移行)に追随しました。変更はコードサンプルと構造属性の同期が中心で、closure.xml を除き訳文の変更はありません。
language(4件)
language/predefined(4件)