From 7baee8790ba4ca1556e94936dac42538a7c0f3db Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Thu, 31 Oct 2024 23:31:42 +0900 Subject: [PATCH] =?UTF-8?q?doc-en=E3=81=AE=E5=B7=AE=E5=88=86=E3=82=92?= =?UTF-8?q?=E5=8F=8D=E6=98=A0(2)=20(#139)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix GH-3241 by adding the missing parameter to the arrow function declaration https://github.com/php/doc-en/commit/74976cdb263ef841c5fc2c3f91ca7e284adce552 * Remove very old (4.x) changelog information on a few functions https://github.com/php/doc-en/commit/dafb1509d0b124bffe6ce275b5105b30b3fcec63 --- language/functions.xml | 4 ++-- reference/fdf/functions/fdf-get-value.xml | 27 +---------------------- 2 files changed, 3 insertions(+), 28 deletions(-) diff --git a/language/functions.xml b/language/functions.xml index 355137541be..ae9f86ee709 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -1,6 +1,6 @@ - + 関数 @@ -1523,7 +1523,7 @@ var_export($fn(5)(10)); $x; -static fn(): int => $x; +static fn($x): int => $x; fn($x = 42) => $x; fn(&$x) => $x; fn&($x) => $x; diff --git a/reference/fdf/functions/fdf-get-value.xml b/reference/fdf/functions/fdf-get-value.xml index 968dbb81e52..ccd0a3e73ba 100644 --- a/reference/fdf/functions/fdf-get-value.xml +++ b/reference/fdf/functions/fdf-get-value.xml @@ -1,6 +1,6 @@ - + fdf_get_value @@ -63,31 +63,6 @@ - - &reftitle.changelog; - - - - - - &Version; - &Description; - - - - - 4.3.0 - - 配列のサポート、およびオプションのパラメータ which - が追加されました。 - - - - - - - - &reftitle.seealso;