PHP 8.5 の新機能を翻訳し、サンプル出力の不整合修正などを同期#405
Open
KentarouTakeda wants to merge 4 commits into
Open
Conversation
原文に追加された PHP 8.5 の新機能を翻訳。 - reference/filter — FILTER_THROW_ON_FAILURE と例外クラス2件 (Filter\FilterException, Filter\FilterFailedException)、float の科学的記法 (php/doc-en@3d4ee5f, php/doc-en@1c5ff30) - reference/curl — CURLINFO_* 5件・CURLFOLLOW_* 3件・CURLOPT_INFILESIZE_LARGE (php/doc-en@ee972f5, php/doc-en@e7e81a1) - reference/openssl — OPENSSL_PKCS1_PSS_PADDING と PKCS7 定数4件 (php/doc-en@6eadfc4)
原文 php/doc-en@0019a7e に追加された、暫定的な戻り値型フェーズに関する警告を翻訳。
原文 php/doc-en#5600 でのサンプル出力 (screen) とコードの不整合修正に追従 (php/doc-en@df78bd1)。 language/oop5 (1), reference/spl (1), reference/datetime (1), reference/uri (1), reference/dom (1), reference/memcached (1), reference/yaf (1), reference/wincache (1) yaf は DocBook 5.2 マークアップ追従 (php/doc-en@4d17b7b) も含む。
原文 php/doc-en@4047ef2 での戻り値型ヒント修正 (array → array|false) に追従。
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 の新機能を翻訳し、サンプル出力の不整合修正などを原文の最新に同期しました。
PHP 8.5 の新定数・新例外クラスの翻訳
ReturnTypeWillChange に将来の strict な戻り値型に関する警告を追加
サンプル出力とコードの不整合を修正 (php/doc-en#5600)
radius_get_vendor_attr() の戻り値型ヒントを修正