We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ece8a commit b1f493bCopy full SHA for b1f493b
reference/var/functions/unserialize.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- $Revision$ -->
3
-<!-- EN-Revision: 4150dc92749c177758efe59eab23b6a5d32ffda2 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 3dbbc167de33c0214f454b1d0399a32c88127c10 Maintainer: hirokawa Status: ready -->
4
<!-- Credits: mumumu -->
5
<refentry xml:id="function.unserialize" xmlns="http://docbook.org/ns/docbook">
6
<refnamediv>
@@ -163,6 +163,12 @@
163
</row>
164
</thead>
165
<tbody>
166
+ <row>
167
+ <entry>8.3.0</entry>
168
+ <entry>
169
+ 入力された文字列の末尾に余計なデータがある場合、<constant>E_WARNING</constant> が発生するようになりました。
170
+ </entry>
171
+ </row>
172
<row>
173
<entry>8.3.0</entry>
174
<entry>
0 commit comments