Skip to content

Commit da5ebdf

Browse files
[PHP 8.4] Update Closure::__debugInfo() changelog (#4257)
1 parent 7caf0c1 commit da5ebdf

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

language/predefined/closure.xml

+23
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,29 @@
5353

5454
</section>
5555

56+
<section role="changelog">
57+
&reftitle.changelog;
58+
<informaltable>
59+
<tgroup cols="2">
60+
<thead>
61+
<row>
62+
<entry>&Version;</entry>
63+
<entry>&Description;</entry>
64+
</row>
65+
</thead>
66+
<tbody>
67+
<row>
68+
<entry>8.4.0</entry>
69+
<entry>
70+
The output of <methodname>Closure::__debugInfo</methodname> now includes the
71+
name, line, and file of the closure.
72+
</entry>
73+
</row>
74+
</tbody>
75+
</tgroup>
76+
</informaltable>
77+
</section>
78+
5679
</partintro>
5780

5881
&language.predefined.closure.construct;

0 commit comments

Comments
 (0)