From 899361f44ac82d89f092588e1f117cb9f464f078 Mon Sep 17 00:00:00 2001 From: o0h Date: Sun, 24 Nov 2024 15:22:06 +0900 Subject: [PATCH 1/4] [WIP] work on php/doc-en#4063 From 5d6470f3deeb0d37f26967dfe8bc8c20b3ca2c54 Mon Sep 17 00:00:00 2001 From: o0h Date: Sun, 24 Nov 2024 23:54:23 +0900 Subject: [PATCH 2/4] #191 Insert original content ref: https://github.com/php/doc-en/commit/72b70d7c3c3b2b87423641906da2db407c32c3c3 --- .../errorfunc/functions/trigger-error.xml | 33 +++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/reference/errorfunc/functions/trigger-error.xml b/reference/errorfunc/functions/trigger-error.xml index 323074849d..87969cf334 100644 --- a/reference/errorfunc/functions/trigger-error.xml +++ b/reference/errorfunc/functions/trigger-error.xml @@ -1,6 +1,6 @@ - + @@ -46,6 +46,14 @@ + + + Passing E_USER_ERROR as the + error_level is now deprecated. + Throw an Exception or + call exit instead. + + @@ -77,6 +85,22 @@ + + 8.4.0 + + Passing E_USER_ERROR as the + error_level is now deprecated. + Throw an Exception or + call exit instead. + + + + 8.4.0 + + The function now has a return type of true + instead of bool. + + 8.0.0 @@ -102,9 +126,11 @@ ]]> @@ -129,6 +155,7 @@ if ($divisor == 0) { set_error_handler restore_error_handler エラーレベル定数 + The Deprecated attribute From c09c0ce730104df4bf00ead87b19fdeb1a8736e4 Mon Sep 17 00:00:00 2001 From: o0h Date: Mon, 25 Nov 2024 00:17:53 +0900 Subject: [PATCH 3/4] #191 Translate --- .../errorfunc/functions/trigger-error.xml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/reference/errorfunc/functions/trigger-error.xml b/reference/errorfunc/functions/trigger-error.xml index 87969cf334..517c1b7255 100644 --- a/reference/errorfunc/functions/trigger-error.xml +++ b/reference/errorfunc/functions/trigger-error.xml @@ -48,10 +48,10 @@ - Passing E_USER_ERROR as the - error_level is now deprecated. - Throw an Exception or - call exit instead. + error_level として + E_USER_ERROR を指定するのは非推奨となりました。 + かわりに、Exception をスローするか、 + exit を呼び出してください。 @@ -88,17 +88,17 @@ 8.4.0 - Passing E_USER_ERROR as the - error_level is now deprecated. - Throw an Exception or - call exit instead. + error_level として + E_USER_ERROR を指定するのは非推奨となりました。 + かわりに、Exception をスローするか、 + exit を呼び出してください。 8.4.0 - The function now has a return type of true - instead of bool. + 戻り値の型が、bool ではなく + true に変更されました。 @@ -128,7 +128,7 @@ @@ -155,7 +155,7 @@ $hash = password_hash($password, PASSWORD_DEFAULT); set_error_handler restore_error_handler エラーレベル定数 - The Deprecated attribute + Deprecated アトリビュート From dae9dfefd6b58d0ce10e0097fe45d100753cf0fd Mon Sep 17 00:00:00 2001 From: o0h Date: Mon, 25 Nov 2024 21:07:45 +0900 Subject: [PATCH 4/4] #194 Fix element position --- reference/errorfunc/functions/trigger-error.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/errorfunc/functions/trigger-error.xml b/reference/errorfunc/functions/trigger-error.xml index 517c1b7255..28efbebf95 100644 --- a/reference/errorfunc/functions/trigger-error.xml +++ b/reference/errorfunc/functions/trigger-error.xml @@ -42,18 +42,18 @@ このエラーに割り当てられたエラー型です。E_USER_* の定数のみが指定可能で、デフォルトは E_USER_NOTICE です。 + + + error_level として + E_USER_ERROR を指定するのは非推奨となりました。 + かわりに、Exception をスローするか、 + exit を呼び出してください。 + + - - - error_level として - E_USER_ERROR を指定するのは非推奨となりました。 - かわりに、Exception をスローするか、 - exit を呼び出してください。 - -