PHP 8.5 の言語コアドキュメントに追従 - #485
Merged
KentarouTakeda merged 1 commit intoSep 12, 2026
Merged
Conversation
PHP 8.5 のドキュメント一式が doc-en に入ったため、language/ と appendices/ の 23 ファイルを追従しました。 追従した doc-en のコミット: - php/doc-en@4c352e6 — Document the PHP 8.5 core language features (#5824) - php/doc-en@cf7dcff — Document the PHP 8.5 core deprecations and the max_memory_limit INI setting (#5823) - php/doc-en@4fc9f9e — Document the PHP 8.5 backward incompatible changes (#5837) - php/doc-en@8dc5bef — Define attribute signatures (#5631) - php/doc-en@2594e1b — Document clone(), the new #[\Deprecated] targets and hrtime() on macOS (#5839) - php/doc-en@09c6504 — cloning: visibility applies to all properties, readonly is orthogonal (#5854) - php/doc-en@f011a59 — docs(open_basedir): warn that Unix domain sockets are not restricted (#5846) - php/doc-en@14f641d — cli: Document built-in server index lookup for file-like paths (8.4.0) (#5782) ## ファイル ### language/predefined/attributes (8) - attribute.xml - deprecated.xml - allowdynamicproperties.xml - delayedtargetvalidation.xml - nodiscard.xml - override.xml - returntypewillchange.xml - sensitiveparameter.xml ### language/oop5 (5) - changelog.xml - cloning.xml - magic.xml - traits.xml - variance.xml ### language/predefined/closure (2) - bind.xml - bindto.xml ### language/types (2) - callable.xml - integer.xml ### その他 (6) - appendices/ini.core.xml - features/commandline.xml - language/constants.xml - language/errors/basics.xml - language/functions.xml - language/operators/comparison.xml
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.
PHP 8.5 のドキュメント一式が doc-en に入ったため、language/ と appendices/ の 23 ファイルを追従しました。
追従した doc-en のコミット:
ファイル
language/predefined/attributes (8)
language/oop5 (5)
language/predefined/closure (2)
language/types (2)
その他 (6)