diff --git a/reference/json/functions/json-last-error.xml b/reference/json/functions/json-last-error.xml
index ead9a9fb2ae4..c01869037e66 100644
--- a/reference/json/functions/json-last-error.xml
+++ b/reference/json/functions/json-last-error.xml
@@ -102,14 +102,35 @@
JSON_ERROR_NON_BACKED_ENUM
- Value contains a non-backed enum which cannot be serialized. Available as of PHP 8.1.0.
-
+ Value contains a non-backed enum which cannot be serialized
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 8.1.0
+
+ JSON_ERROR_NON_BACKED_ENUM was added.
+
+
+
+
+
+
+
&reftitle.examples;