From 901a9825febf935dc2f396abe3072186ac12ec6a Mon Sep 17 00:00:00 2001 From: IWASE Shigeaki Date: Thu, 12 Dec 2024 12:50:44 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[PHP=208.4]=20Function=20return=20type=20ch?= =?UTF-8?q?anges=E3=81=AE=E7=BF=BB=E8=A8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/misc/functions/highlight-string.xml | 14 ++++++--- reference/network/functions/long2ip.xml | 11 +++++-- reference/var/functions/print-r.xml | 29 +++++++++++++++++-- 3 files changed, 45 insertions(+), 9 deletions(-) diff --git a/reference/misc/functions/highlight-string.xml b/reference/misc/functions/highlight-string.xml index ad89fc6166e..dedb21ac633 100644 --- a/reference/misc/functions/highlight-string.xml +++ b/reference/misc/functions/highlight-string.xml @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ &reftitle.description; - stringboolhighlight_string + stringtruehighlight_string stringstring boolreturn&false; @@ -51,8 +51,7 @@ return が &true; の場合は、 ハイライトされたコードを文字列として返し、表示しません。 - それ以外の場合は、成功した場合に &true;、 - 失敗した場合に &false; を返します。 + それ以外の場合は、&true; を返します。 @@ -68,6 +67,13 @@ + + 8.4.0 + + 戻り値の型が、stringbool から + stringtrue に変更されました。 + + 8.3.0 diff --git a/reference/network/functions/long2ip.xml b/reference/network/functions/long2ip.xml index cee757489ec..7e1b9abff9e 100644 --- a/reference/network/functions/long2ip.xml +++ b/reference/network/functions/long2ip.xml @@ -1,6 +1,6 @@ - + @@ -39,8 +39,7 @@ &reftitle.returnvalues; - インターネットの IP アドレスを表す文字列を返します。 - &return.falseforfailure; + インターネットの IP アドレスを表す文字列を返します。 @@ -55,6 +54,12 @@ + + 8.4.0 + + 戻り値の型が、stringfalse から string に変更されました。 + + 7.1.0 diff --git a/reference/var/functions/print-r.xml b/reference/var/functions/print-r.xml index ac939948207..8884ed8e729 100644 --- a/reference/var/functions/print-r.xml +++ b/reference/var/functions/print-r.xml @@ -1,6 +1,6 @@ - + @@ -13,7 +13,7 @@ &reftitle.description; - stringboolprint_r + stringtrueprint_r mixedvalue boolreturn&false; @@ -70,6 +70,31 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.4.0 + + 戻り値の型が、stringbool から + stringtrue に変更されました。 + + + + + + + + &reftitle.examples; From 1bede27ce49282232b8bba85cfed62cf82a125ea Mon Sep 17 00:00:00 2001 From: IWASE Shigeaki Date: Thu, 12 Dec 2024 12:50:44 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[PHP=208.4]=20Function=20return=20type=20ch?= =?UTF-8?q?anges=E3=81=AE=E7=BF=BB=E8=A8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/misc/functions/highlight-string.xml | 14 ++++++--- reference/network/functions/long2ip.xml | 11 +++++-- reference/var/functions/print-r.xml | 29 +++++++++++++++++-- 3 files changed, 45 insertions(+), 9 deletions(-) diff --git a/reference/misc/functions/highlight-string.xml b/reference/misc/functions/highlight-string.xml index ad89fc6166e..dedb21ac633 100644 --- a/reference/misc/functions/highlight-string.xml +++ b/reference/misc/functions/highlight-string.xml @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ &reftitle.description; - stringboolhighlight_string + stringtruehighlight_string stringstring boolreturn&false; @@ -51,8 +51,7 @@ return が &true; の場合は、 ハイライトされたコードを文字列として返し、表示しません。 - それ以外の場合は、成功した場合に &true;、 - 失敗した場合に &false; を返します。 + それ以外の場合は、&true; を返します。 @@ -68,6 +67,13 @@ + + 8.4.0 + + 戻り値の型が、stringbool から + stringtrue に変更されました。 + + 8.3.0 diff --git a/reference/network/functions/long2ip.xml b/reference/network/functions/long2ip.xml index cee757489ec..7e1b9abff9e 100644 --- a/reference/network/functions/long2ip.xml +++ b/reference/network/functions/long2ip.xml @@ -1,6 +1,6 @@ - + @@ -39,8 +39,7 @@ &reftitle.returnvalues; - インターネットの IP アドレスを表す文字列を返します。 - &return.falseforfailure; + インターネットの IP アドレスを表す文字列を返します。 @@ -55,6 +54,12 @@ + + 8.4.0 + + 戻り値の型が、stringfalse から string に変更されました。 + + 7.1.0 diff --git a/reference/var/functions/print-r.xml b/reference/var/functions/print-r.xml index ac939948207..8884ed8e729 100644 --- a/reference/var/functions/print-r.xml +++ b/reference/var/functions/print-r.xml @@ -1,6 +1,6 @@ - + @@ -13,7 +13,7 @@ &reftitle.description; - stringboolprint_r + stringtrueprint_r mixedvalue boolreturn&false; @@ -70,6 +70,31 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.4.0 + + 戻り値の型が、stringbool から + stringtrue に変更されました。 + + + + + + + + &reftitle.examples;