From 281de8f26a2e788cd51dd669d84938c3d30c4afb Mon Sep 17 00:00:00 2001 From: Takuya Aramaki Date: Mon, 14 Apr 2025 18:52:07 +0900 Subject: [PATCH] Move JSON_ERROR_NON_BACKED_ENUM constant https://github.com/php/doc-en/commit/40e4bf862f9c23ffe871a68baebf31f753d4293b --- reference/json/constants.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/reference/json/constants.xml b/reference/json/constants.xml index dfdf6b6ddd..1be91fd748 100644 --- a/reference/json/constants.xml +++ b/reference/json/constants.xml @@ -1,6 +1,6 @@ - + &reftitle.constants; @@ -144,6 +144,19 @@ + + + JSON_ERROR_NON_BACKED_ENUM + (int) + + + + json_encode に渡される値のうち、 + シリアライズできなかった Backed Enum でない値を含んでいることを示します。 + PHP 8.1.0 以降で使用可能です。 + + + @@ -371,19 +384,6 @@ - - - JSON_ERROR_NON_BACKED_ENUM - (int) - - - - json_encode に渡される値のうち、 - シリアライズできなかった Backed Enum でない値を含んでいることを示します。 - PHP 8.1.0 以降で使用可能です。 - - -