reference/var/functions/debug-zval-dump.xml
17ebcd2ea14b405b781bd93aea6fa7219b6e29ae
...
...
@@ -47,6 +47,30 @@
47
47
&return.void;
48
48
</para>
49
49
</refsect1>
50
+

51
+
<refsect1 role="changelog">
52
+
&reftitle.changelog;
53
+
<informaltable>
54
+
<tgroup cols="2">
55
+
<thead>
56
+
<row>
57
+
<entry>&Version;</entry>
58
+
<entry>&Description;</entry>
59
+
</row>
60
+
</thead>
61
+
<tbody>
62
+
<row>
63
+
<entry>8.4.0</entry>
64
+
<entry>
65
+
<function>debug_zval_dump</function> now indicates whether an
66
+
array is packed.
67
+
</entry>
68
+
</row>
69
+
</tbody>
70
+
</tgroup>
71
+
</informaltable>
72
+
</refsect1>
73
+

50
74
<refsect1 role="examples">
51
75
&reftitle.examples;
52
76
<para>
53
77