mirror of
https://github.com/php/doc-es.git
synced 2026-03-23 23:12:09 +01:00
Add missing constant JSON_ERROR_NON_BACKED_ENUM to json-last-error (#404)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 7100979e254970cef72c6f91b32352e7c7898635 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 058ea1e8420b9c1b24402af52545e8313428e1d1 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.json-last-error" xmlns="http://docbook.org/ns/docbook">
|
||||
@@ -103,6 +103,11 @@
|
||||
<entry>Caracteres UTF-16 mal formados, probablemente mal codificados</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>JSON_ERROR_NON_BACKED_ENUM</constant></entry>
|
||||
<entry>El valor contiene un enum sin valores (non-backed enum) que no se puede serializar. Disponible a partir de PHP 8.1.0.</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user