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.
Closure::__debugInfo()
1 parent 7caf0c1 commit da5ebdfCopy full SHA for da5ebdf
language/predefined/closure.xml
@@ -53,6 +53,29 @@
53
54
</section>
55
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
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
74
+ </tbody>
75
+ </tgroup>
76
+ </informaltable>
77
+ </section>
78
+
79
</partintro>
80
81
&language.predefined.closure.construct;
0 commit comments