reference/json/functions/json-last-error.xml
8cdc6621f9826d04abc3e50438c010804d7e8683
...
...
@@ -68,12 +68,12 @@
68
68
<row>
69
69
<entry><constant>JSON_ERROR_UTF8</constant></entry>
70
70
<entry>Malformed UTF-8 characters, possibly incorrectly encoded</entry>
71
-
<entry>PHP 5.3.3</entry>
71
+
<entry></entry>
72
72
</row>
73
73
<row>
74
74
<entry><constant>JSON_ERROR_RECURSION</constant></entry>
75
75
<entry>One or more recursive references in the value to be encoded</entry>
76
-
<entry>PHP 5.5.0</entry>
76
+
<entry></entry>
77
77
</row>
78
78
<row>
79
79
<entry><constant>JSON_ERROR_INF_OR_NAN</constant></entry>
...
...
@@ -83,22 +83,22 @@
83
83
or <link linkend="function.is-infinite"><constant>INF</constant></link>
84
84
values in the value to be encoded
85
85
</entry>
86
-
<entry>PHP 5.5.0</entry>
86
+
<entry></entry>
87
87
</row>
88
88
<row>
89
89
<entry><constant>JSON_ERROR_UNSUPPORTED_TYPE</constant></entry>
90
90
<entry>A value of a type that cannot be encoded was given</entry>
91
-
<entry>PHP 5.5.0</entry>
91
+
<entry></entry>
92
92
</row>
93
93
<row>
94
94
<entry><constant>JSON_ERROR_INVALID_PROPERTY_NAME</constant></entry>
95
95
<entry>A property name that cannot be encoded was given</entry>
96
-
<entry>PHP 7.0.0</entry>
96
+
<entry></entry>
97
97
</row>
98
98
<row>
99
99
<entry><constant>JSON_ERROR_UTF16</constant></entry>
100
100
<entry>Malformed UTF-16 characters, possibly incorrectly encoded</entry>
101
-
<entry>PHP 7.0.0</entry>
101
+
<entry></entry>
102
102
</row>
103
103
</tbody>
104
104
</tgroup>
105
105