File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 02b1d42099b98f45609d49fde36d10893ad0a314 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 40e4bf862f9c23ffe871a68baebf31f753d4293b Maintainer: takagi Status: ready -->
4
4
<!-- Credits: mumumu -->
5
5
<appendix xml : id =" json.constants" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
&reftitle.constants;
144
144
</simpara >
145
145
</listitem >
146
146
</varlistentry >
147
+ <varlistentry xml : id =" constant.json-error-non-backed-enum" >
148
+ <term >
149
+ <constant >JSON_ERROR_NON_BACKED_ENUM</constant >
150
+ (<type >int</type >)
151
+ </term >
152
+ <listitem >
153
+ <simpara >
154
+ <function >json_encode</function > に渡される値のうち、
155
+ シリアライズできなかった Backed Enum でない値を含んでいることを示します。
156
+ PHP 8.1.0 以降で使用可能です。
157
+ </simpara >
158
+ </listitem >
159
+ </varlistentry >
147
160
</variablelist >
148
161
149
162
<para >
371
384
</simpara >
372
385
</listitem >
373
386
</varlistentry >
374
- <varlistentry xml : id =" constant.json-error-non-backed-enum" >
375
- <term >
376
- <constant >JSON_ERROR_NON_BACKED_ENUM</constant >
377
- (<type >int</type >)
378
- </term >
379
- <listitem >
380
- <simpara >
381
- <function >json_encode</function > に渡される値のうち、
382
- シリアライズできなかった Backed Enum でない値を含んでいることを示します。
383
- PHP 8.1.0 以降で使用可能です。
384
- </simpara >
385
- </listitem >
386
- </varlistentry >
387
387
</variablelist >
388
388
389
389
</appendix >
You can’t perform that action at this time.
0 commit comments