diff --git a/reference/json/functions/json-last-error.xml b/reference/json/functions/json-last-error.xml index a72b68738f49..ead9a9fb2ae4 100644 --- a/reference/json/functions/json-last-error.xml +++ b/reference/json/functions/json-last-error.xml @@ -100,6 +100,11 @@ Malformed UTF-16 characters, possibly incorrectly encoded + + JSON_ERROR_NON_BACKED_ENUM + Value contains a non-backed enum which cannot be serialized. Available as of PHP 8.1.0. + +