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 以降で使用可能です。 - - -