Skip to content

Commit e3a4851

Browse files
authored
[PHP 8.4] Update Closure::__debugInfo() changelog の取り込み (#241)
php/doc-en#4257
1 parent 1e7b7da commit e3a4851

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

language/predefined/closure.xml

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: da5ebdf7e0b710ac4f20b53f7c09cf9fa1346d3e Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55
<reference xml:id="class.closure" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
66

@@ -55,6 +55,29 @@
5555

5656
</section>
5757

58+
<section role="changelog">
59+
&reftitle.changelog;
60+
<informaltable>
61+
<tgroup cols="2">
62+
<thead>
63+
<row>
64+
<entry>&Version;</entry>
65+
<entry>&Description;</entry>
66+
</row>
67+
</thead>
68+
<tbody>
69+
<row>
70+
<entry>8.4.0</entry>
71+
<entry>
72+
<methodname>Closure::__debugInfo</methodname> の出力に、
73+
クロージャーの名前、行、ファイルを含むようになりました。
74+
</entry>
75+
</row>
76+
</tbody>
77+
</tgroup>
78+
</informaltable>
79+
</section>
80+
5881
</partintro>
5982

6083
&language.predefined.closure.construct;

0 commit comments

Comments
 (0)